Commit b1359b3
committed
fix(docs): set routeBasePath to / to avoid /docs/docs/ doubling
With baseUrl=/docs/ the docs plugin default routeBasePath=docs
produces /docs/docs/... paths. Setting routeBasePath=/ puts pages
directly under /docs/ as intended.
Made-with: Cursor1 parent 7f588c1 commit b1359b3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments