diff --git a/vite.config.js b/vite.config.js index 0ec2da9..f12311f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,7 +2,7 @@ import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig({ - base: '/wheattoast11.github.io/', // Updated to match your repository name + base: '/', // Update to root path since custom domain is working plugins: [react()], build: { outDir: 'dist'