diff --git a/vite.config.js b/vite.config.js index 5c45e1d..6188ec2 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,5 +12,6 @@ export default defineConfig({ alias: { '@': fileURLToPath(new URL('./src', import.meta.url)) } - } -}) + }, + base: './', +}) \ No newline at end of file