Skip to content

Commit 3dbee96

Browse files
committed
🔧 Fix GitHub Pages base path
- Added base: '/Involvex/' to vite.config.ts - This ensures assets are loaded from correct path - Fixes 404 errors for CSS and JS files on GitHub Pages
1 parent 13a265a commit 3dbee96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import vueDevTools from 'vite-plugin-vue-devtools'
77

88
// https://vite.dev/config/
99
export default defineConfig({
10+
base: '/Involvex/',
1011
plugins: [
1112
vue(),
1213
vueJsx(),

0 commit comments

Comments
 (0)