fix: icon path and config.toml structure

This commit is contained in:
2026-07-22 21:22:08 +02:00
parent 36855afc70
commit 3ac1ef78c2
+1 -1
View File
@@ -46,7 +46,7 @@ media_router = APIRouter(prefix="/media")
# Static logo / icon served from the web/public directory.
_PKG_DIR = Path(__file__).resolve().parent
_PUBLIC_DIR = _PKG_DIR.parent / "lib" / "volumen" / "web" / "public"
_PUBLIC_DIR = _PKG_DIR / "web" / "static"
# ============================================================================