diff --git a/hc/settings.py b/hc/settings.py index 8e8fdc7e..94bfae5a 100644 --- a/hc/settings.py +++ b/hc/settings.py @@ -133,6 +133,7 @@ STATICFILES_FINDERS = ( 'compressor.finders.CompressorFinder', ) COMPRESS_OFFLINE = True +COMPRESS_CSS_HASHING_METHOD = "content" # Discord integration -- override these in local_settings DISCORD_CLIENT_ID = None