feat: allow deployment on subpaths

This commit is contained in:
Charles
2026-01-30 16:28:39 +08:00
parent a11caaae92
commit 024847a45a
4 changed files with 10 additions and 1 deletions
+4
View File
@@ -9,6 +9,10 @@
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/pwa-512x512.png" sizes="512x512" />
<meta name="theme-color" content="#4DBA87" />
<script>
// 设置基础路径,如果希望部署在/music-unlock/,则改为 '/music-unlock/',默认部署在根路径
window.BASE_URL = '/';
</script>
</head>
<body>