diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index c075c9c87..6da6f4bae 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -404,6 +404,13 @@ if USE_S3: "default_acl": "public-read", }, }, + "sass_processor": { + "BACKEND": "storages.backends.s3.S3Storage", + "OPTIONS": { + "location": "static", + "default_acl": "public-read", + }, + }, "exports": { "BACKEND": "storages.backends.s3.S3Storage", "OPTIONS": {