feat: add base path configuration

This commit is contained in:
2025-03-19 05:36:01 +07:00
parent 04a10eadfd
commit 2aaaf87dfd
11 changed files with 125 additions and 44 deletions
+3
View File
@@ -10,6 +10,9 @@
<link rel="manifest" href="/site.webmanifest" />
<title>Garage Web UI</title>
<script>
window.__BASE_PATH = "%BASE_PATH%";
</script>
</head>
<body>
<div id="root"></div>