Update vite.config.ts

This commit is contained in:
2025-07-10 20:59:45 +09:00
committed by GitHub
parent 898a103b0d
commit 8106bc9cdc

View File

@@ -31,7 +31,7 @@ export default defineConfig(({ command, mode, ssrBuild }) => {
] ]
} }
}, },
base: './' base: './public'
} }
} else { } else {
return { return {