Commit 6cf9172
fix: handle absolute nav links without prepending collection base URL
Nav links starting with '/' are already absolute site paths. The old
code unconditionally prepended nav_base (also starting with '/'),
producing a double-prefix like /openvox/latest//openvox-server/latest/...
and causing a 404.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Michael Harp <mike@mikeharp.com>1 parent 807acdc commit 6cf9172
1 file changed
Lines changed: 10 additions & 1 deletion
File tree
- _includes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
0 commit comments