We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd34e55 commit 8a2c193Copy full SHA for 8a2c193
vite.config.ts
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react';
3
4
export default defineConfig({
5
plugins: [react()],
6
+ base: '/windows-xp/',
7
server: {
8
port: 5173,
9
},
0 commit comments