1
0
Fork 0

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"