We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619730b commit 5577271Copy full SHA for 5577271
vite.config.ts
@@ -3,6 +3,6 @@ import { defineConfig } from 'vite';
3
import react from '@vitejs/plugin-react';
4
5
export default defineConfig({
6
- base: '/reds-lab.github.io/', // Base URL for your project
+ base: '/', // Base URL for your project
7
plugins: [react()],
8
});
0 commit comments