Add /manifest.json to static files

This commit is contained in:
Philippe Hugo 2022-07-27 17:59:11 +02:00
parent 98a0c54499
commit 7258b3cece
No known key found for this signature in database
GPG Key ID: C28EAA3517A91BB7

View File

@ -1,7 +1,7 @@
IMGS_PER_PAGE = 5
ENTRIES_IN_HOME_SECTIONS = 8
UPLOAD_URL_PREFIX = "/uploads"
STATIC_DIRS = %w(/css /js /img /webfonts /favicon.ico /robots.txt)
STATIC_DIRS = %w(/css /js /img /webfonts /favicon.ico /robots.txt /manifest.json)
SUPPORTED_FILE_EXTNAMES = [".zip", ".cbz", ".rar", ".cbr"]
SUPPORTED_IMG_TYPES = %w(
image/jpeg