This should now work

This commit is contained in:
Joachim
2021-06-06 21:12:21 +02:00
parent bbbae9fc9d
commit 1f2c296cfd
4 changed files with 158 additions and 120 deletions

View File

@ -185,3 +185,6 @@ USER_AGENT = "%s (BookWyrm/%s; +https://%s/)" % (
VERSION,
DOMAIN,
)
# Imagekit generated thumbnails
IMAGEKIT_CACHEFILE_DIR = "thumbnails"