Fix the static path list in the config

This commit is contained in:
Gergely Polonkai 2020-01-15 12:58:05 +01:00
parent 2ffdd202f4
commit 9de9dc9fbe
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 7 additions and 5 deletions

View File

@ -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'