diff --git a/xivpet/settings.py b/xivpet/settings.py index d89e464..baa897d 100644 --- a/xivpet/settings.py +++ b/xivpet/settings.py @@ -116,7 +116,7 @@ USE_TZ = True # Static files (CSS, JavaScript, Images) # https://docs.djangoproject.com/en/5.0/howto/static-files/ -STATIC_URL = 'static/' +STATIC_URL = 'https://s3.aly.pet/xiv.pet/static/' STATIC_ROOT = 'staticfiles/' # Default primary key field type