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
+1
View File
@@ -23,6 +23,7 @@ const version = `${pkg.version} (${shortCommit})`;
// https://vitejs.dev/config/
export default defineConfig({
base: './',
worker: {
format: 'es',
},