fix: icon path and config.toml structure
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user