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