docs: specify site-url

Fixes 404 page's relative links and styling being relative to `/`.

Cherry-picked:
- a92339d83b
- cdbda982f0
This commit is contained in:
Matt Sturgeon 2024-11-11 17:49:40 +00:00
parent 91c0602607
commit 8d29728abf
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 9 additions and 0 deletions

View file

@ -5,6 +5,9 @@ multilingual = false
src = "."
title = "nixvim docs"
[output.html]
site-url = "@SITE_URL@"
[output.html.fold]
enable = true
level = 0