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