Skip to content

Commit

Permalink
ribet banget
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadhabibi14 committed Jan 25, 2024
1 parent 65c3b14 commit 13a8dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perpus/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
DJANGO_VITE_DEV_SERVER_PORT = 3000

# Name of static files folder (after called python manage.py collectstatic)
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
STATIC_ROOT = os.path.join(BASE_DIR, "static")

# Include DJANGO_VITE_ASSETS_PATH into STATICFILES_DIRS to be copied inside
# when run command python manage.py collectstatic
Expand Down

0 comments on commit 13a8dff

Please sign in to comment.