We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0e052 commit 43d1c34Copy full SHA for 43d1c34
1 file changed
site/vite.config.ts
@@ -5,7 +5,7 @@ import tailwindcss from '@tailwindcss/vite'
5
// https://vite.dev/config/
6
export default defineConfig({
7
plugins: [react(), tailwindcss()],
8
- base: '/', // Will be served from powerspawn.com root
+ base: '/PowerSpawn/', // GitHub Pages project path
9
build: {
10
outDir: 'dist',
11
},
0 commit comments