diff --git a/vite.config.ts b/vite.config.ts index 5daf8c5..c2a7248 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ - base: "./", + base: "/webdev-pokemon/", plugins: [react()], })