From 8483b72104d4986b7bb8080f99eb67c08a9a34dc Mon Sep 17 00:00:00 2001 From: alydev Date: Thu, 9 May 2024 18:12:26 +1000 Subject: [PATCH] static --- xivpet/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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