Skip to content

Commit 43d1c34

Browse files
committed
fix(site): correct base path for GitHub Pages
1 parent 4f0e052 commit 43d1c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import tailwindcss from '@tailwindcss/vite'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
8-
base: '/', // Will be served from powerspawn.com root
8+
base: '/PowerSpawn/', // GitHub Pages project path
99
build: {
1010
outDir: 'dist',
1111
},

0 commit comments

Comments
 (0)