fix: Correct STATIC_URL with leading slash and mount static_volume shared between backend and nginx
This commit is contained in:
Binary file not shown.
@@ -126,7 +126,7 @@ TIME_ZONE = 'Europe/Berlin'
|
||||
USE_I18N = True
|
||||
USE_TZ = True
|
||||
|
||||
STATIC_URL = 'static/'
|
||||
STATIC_URL = '/static/'
|
||||
STATIC_ROOT = BASE_DIR / 'staticfiles'
|
||||
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user