You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The src/dashboard/static/ folder currently has style.css and script.js sitting directly inside it rather than in their correct subfolders. Move style.css into src/dashboard/static/css/ and script.js into src/dashboard/static/js/. After moving, update the references in base.html to point to the new paths and confirm the dashboard still loads correctly before committing. Commit with message [REPO] Fix static folder structure.
The text was updated successfully, but these errors were encountered:
The src/dashboard/static/ folder currently has style.css and script.js sitting directly inside it rather than in their correct subfolders. Move style.css into src/dashboard/static/css/ and script.js into src/dashboard/static/js/. After moving, update the references in base.html to point to the new paths and confirm the dashboard still loads correctly before committing. Commit with message [REPO] Fix static folder structure.
The text was updated successfully, but these errors were encountered: