Skip to content

Commit 5fb8656

Browse files
committed
Fix GitHub Pages deployment
- Add .nojekyll file to prevent Jekyll processing - Set correct base path in Vite config for GitHub Pages
1 parent a858079 commit 5fb8656

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

public/.nojekyll

Whitespace-only changes.

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6+
base: '/swiss_destructive_grunge/',
67
})

0 commit comments

Comments
 (0)