Skip to content

Commit 1154b13

Browse files
committed
Updated: static url
1 parent 394f2f3 commit 1154b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/settings/production.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
)
1212

1313

14-
STATIC_URL = "/static/"
15-
MEDIA_URL = "/media/"
14+
STATIC_URL = "static/"
15+
MEDIA_URL = "media/"
1616

1717
STATICFILES_DIRS = [
1818
BASE_DIR / "staticfiles",

0 commit comments

Comments
 (0)