Commit 92b5858
committed
Fix: /browse/ 404 — link directly to /browse/index.html
VitePress SPA router intercepts /browse/ and shows 404 since no
matching .md route exists. The static file at public/browse/index.html
only serves on direct browser request. Fix by linking to the explicit
path so VitePress doesn't try to SPA-route it.1 parent c9bb8a2 commit 92b5858
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments