Commit a1963f2
committed
fix: add Vite base option for correct asset paths on GitHub Pages
The baseURL option only affects routing, not asset paths. Adding the
Vite base option ensures all assets (JS, CSS) are requested from the
correct path (/gc-solid-ui/) when deployed to GitHub Pages.
This fixes the blank page and 404 errors for JavaScript files.1 parent 136ad69 commit a1963f2
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments