Commit 2bdd4b3
committed
Fix Vite configuration for GitHub Pages deployment
- Fix alias path resolution using __dirname
- Add path import for proper alias resolution
- Copy vite.svg to root for proper icon loading
This should resolve the 404 errors for /src/main.ts and /vite.svg
when the app is deployed to GitHub Pages.1 parent 23c7051 commit 2bdd4b3
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Loading
0 commit comments