Fix the static path list in the config
This commit is contained in:
parent
2ffdd202f4
commit
9de9dc9fbe
@ -9,14 +9,16 @@ SITEURL = ''
|
|||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
STATIC_PATHS = [
|
STATIC_PATHS = [
|
||||||
'.well-known',
|
'.well-known',
|
||||||
'images',
|
|
||||||
'failmeter',
|
'failmeter',
|
||||||
'favicon.ico',
|
'favicon.ico',
|
||||||
'gerrit-dashboard-generator',
|
'images',
|
||||||
'pgpkey',
|
|
||||||
'minari',
|
|
||||||
'symbolon',
|
|
||||||
'gergely@polonkai.eu.asc',
|
'gergely@polonkai.eu.asc',
|
||||||
|
'gerrit-dashboard-generator',
|
||||||
|
'gerrit-dashboard-generator/index.html',
|
||||||
|
'minari',
|
||||||
|
'minari/index.html',
|
||||||
|
'pgpkey',
|
||||||
|
'symbolon',
|
||||||
]
|
]
|
||||||
|
|
||||||
TIMEZONE = 'Europe/Budapest'
|
TIMEZONE = 'Europe/Budapest'
|
||||||
|
Loading…
Reference in New Issue
Block a user