diff --git a/vite.config.js b/vite.config.js index 62db4ef..fc4198e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,6 +3,8 @@ import react from '@vitejs/plugin-react'; // https://vitejs.dev/config/ export default defineConfig({ + // If you are deploying to https://.github.io/, set base to '/'. + // If you are deploying to https://.github.io//, for example your repository is at https://github.com//, then set base to '//'. base: '/gitprofile/', plugins: [react()], });