This commit is contained in:
2025-04-19 05:09:37 +02:00
parent 106a95ec51
commit d07533282e

View File

@@ -139,7 +139,7 @@ USE_TZ = True
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATICFILES_DIRS = [ STATICFILES_DIRS = [
BASE_DIR / "frontend/build", BASE_DIR / "frontend/dist",
] ]
STATIC_ROOT = BASE_DIR / "static_collected" STATIC_ROOT = BASE_DIR / "static_collected"