Fix base url and permalink

This commit is contained in:
Oskar Thoren 2021-03-29 10:22:16 +08:00
parent 0649b9dc35
commit 006050043b
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
baseURL = "http://example.org/"
baseURL = "http://rfc.vac.dev"
languageCode = "en-us"
title = "Vac RFC"
theme = "book"
[params]
BookMenuBundle = "/menu"
[permalinks]
docs = "/spec/:slug"