diff --git a/vite.config.js b/vite.config.js index f6c39e6..c5c26fd 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,7 +1,7 @@ import { defineConfig } from 'vite' export default defineConfig({ - base: '/wheattoast11.github.io/', // Replace with your actual repository name + base: '/', build: { outDir: 'dist', assetsDir: 'assets',