You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-19 13:57:16 +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:
@@ -25,6 +25,7 @@ class = "bob"
|
|||||||
curly-quotes = true
|
curly-quotes = true
|
||||||
additional-js = ["ga4.js", "speaker-notes.js"]
|
additional-js = ["ga4.js", "speaker-notes.js"]
|
||||||
additional-css = ["svgbob.css", "speaker-notes.css"]
|
additional-css = ["svgbob.css", "speaker-notes.css"]
|
||||||
|
site-url = "/comprehensive-rust/"
|
||||||
git-repository-url = "https://github.com/google/comprehensive-rust"
|
git-repository-url = "https://github.com/google/comprehensive-rust"
|
||||||
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
|
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user