Skip to content

Commit cbf9ebc

Browse files
committed
chore: attempt to fix static file issues
1 parent b5abd60 commit cbf9ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/lib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
DEFAULT_MODULE_NAME = "app"
3232
BASE_DIR: Final = utils.module_to_os_path(DEFAULT_MODULE_NAME)
33-
STATIC_DIR = Path(BASE_DIR / "domain" / "web" / "public")
33+
STATIC_DIR = Path(BASE_DIR / "domain" / "web" / "resources")
3434
TEMPLATES_DIR = Path(BASE_DIR / "domain" / "web" / "templates")
3535

3636

0 commit comments

Comments
 (0)