Fix the static path list in the config
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user