diff --git a/vite.config.js b/vite.config.js index 4d60b3a..2ec792a 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,4 +11,5 @@ export default defineConfig({ "@": fileURLToPath(new URL("./src", import.meta.url)), }, }, + base: "./", });