diff --git a/src/smarttools/web/__init__.py b/src/smarttools/web/__init__.py index 5550aae..1defcec 100644 --- a/src/smarttools/web/__init__.py +++ b/src/smarttools/web/__init__.py @@ -11,5 +11,5 @@ web_bp = Blueprint( __name__, template_folder=os.path.join(_pkg_dir, "templates"), static_folder=os.path.join(_pkg_dir, "static"), - static_url_path="/static", + static_url_path="/web-static", )