diff --git a/vite.config.js b/vite.config.js index caeb54c..d7386ed 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,5 +11,4 @@ export default defineConfig({ '@': fileURLToPath(new URL('./src', import.meta.url)) } }, - base: '/mystery-fruits-js/', })