Fix: Fixed support for WGDashboardClient, now its static files are processed separately

This commit is contained in:
leviofanh
2025-12-18 06:40:52 +01:00
parent 721ac89420
commit f58e572558
3 changed files with 13 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<html lang="">
<head>
<meta charset="UTF-8">
<base href="{{ APP_PREFIX if APP_PREFIX else '' }}/">
<base href="{{ APP_PREFIX if APP_PREFIX else '' }}/client/">
<link rel="icon" href="./img/Logo-2-128x128.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WGDashboard Client</title>