Skip to content

Commit

Permalink
chore: attempt to fix static file issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jul 20, 2023
1 parent b5abd60 commit cbf9ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

DEFAULT_MODULE_NAME = "app"
BASE_DIR: Final = utils.module_to_os_path(DEFAULT_MODULE_NAME)
STATIC_DIR = Path(BASE_DIR / "domain" / "web" / "public")
STATIC_DIR = Path(BASE_DIR / "domain" / "web" / "resources")
TEMPLATES_DIR = Path(BASE_DIR / "domain" / "web" / "templates")


Expand Down

0 comments on commit cbf9ebc

Please sign in to comment.