change: vite build base

This commit is contained in:
Vick Scarlet
2025-04-05 17:47:35 +08:00
parent 680a4f8a5a
commit 788c864e71

View File

@ -1,5 +1,6 @@
/** @type {import('vite').UserConfig} */
export default {
base: './',
build: {
outDir: 'template/public',
},