nixvim
nixvim copied to clipboard
[BUG] relative links on the index page don't always work
Description
When accessing the docs' index directly (as /user-guide/install.html), relative links no longer work correctly (i.e. the links to Home Manager Usage and Standalone Usage).
Minimal, Reproducible Example (MRE)
- Visit https://nix-community.github.io/nixvim
- Click a relative link
- Everything works
- Open
☰(ToC sidebar) - Click "Installation"
- Repeat step 2 (click relative link)
- This time the link is broken (points to e.g. /user-guide/modules/hm.html, note the extra
/user-guideprefix)