🚸 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]]
identifier = "about"
name = "About"
url = "/about"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "web"
name = "Résumé"
url = "/web"
url = "/web/"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
url = "/contact/"
weight = 50