🚸 Avoid redirect

For some reason, it's redirecting to http
This commit is contained in:
Dan Jones 2023-12-21 15:54:21 -06:00
commit a4a35d41a9

View file

@ -57,17 +57,17 @@ unsafe = true
[[menu.main]] [[menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "About"
url = "/about" url = "/about/"
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
identifier = "web" identifier = "web"
name = "Résumé" name = "Résumé"
url = "/web" url = "/web/"
weight = 10 weight = 10
[[menu.main]] [[menu.main]]
identifier = "contact" identifier = "contact"
name = "Contact" name = "Contact"
url = "/contact" url = "/contact/"
weight = 50 weight = 50