mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-26 09:30:52 +02:00
Set the site-url to fix 404 page on GitHub Pages (#263)
This fixes the 404 page on GitHub Pages: the default is `/`, but we’re hosting the site from a subdirectory because of how the repository is setup. Fixes #178.
This commit is contained in:
parent
6702accbbb
commit
46f25ac891
@ -25,6 +25,7 @@ class = "bob"
|
||||
curly-quotes = true
|
||||
additional-js = ["ga4.js", "speaker-notes.js"]
|
||||
additional-css = ["svgbob.css", "speaker-notes.css"]
|
||||
site-url = "/comprehensive-rust/"
|
||||
git-repository-url = "https://github.com/google/comprehensive-rust"
|
||||
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user