diff --git a/server/core/settings.py b/server/core/settings.py index 93fd5a54..91e653db 100644 --- a/server/core/settings.py +++ b/server/core/settings.py @@ -201,7 +201,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static') STATIC_URL = '/static/' STATICFILES_DIRS = ( - os.path.join(BASE_DIR, '..', 'client/dist/static'), + os.path.join(BASE_DIR, '..', 'client/dist'), ) if not TEST: