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 e57f544 commit 54fd6d4Copy full SHA for 54fd6d4
vite.config.js
@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ base: '/github.io/',
8
server: {
9
port: 3000,
10
open: true
0 commit comments