diff --git a/vite.config.js b/vite.config.js index fd99662..6b6e534 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,5 +1,6 @@ /** @type {import('vite').UserConfig} */ export default { + base: './', build: { outDir: 'template/public', },