diff --git a/backend/config/__pycache__/urls.cpython-311.pyc b/backend/config/__pycache__/urls.cpython-311.pyc index ab57268..c911527 100644 Binary files a/backend/config/__pycache__/urls.cpython-311.pyc and b/backend/config/__pycache__/urls.cpython-311.pyc differ diff --git a/backend/config/urls.py b/backend/config/urls.py index b3734f5..a84e9cb 100644 --- a/backend/config/urls.py +++ b/backend/config/urls.py @@ -25,5 +25,5 @@ urlpatterns = [ ] if settings.DEBUG: - urlpatterns += static("/assets/", document_root=settings.BASE_DIR / "assets") + urlpatterns += static("/assets/", document_root=settings.BASE_DIR.parent / "frontend" / "dist" / "assets") urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) \ No newline at end of file