🚸 Avoid redirect
For some reason, it's redirecting to http
This commit is contained in:
parent
0b1b36f731
commit
a4a35d41a9
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue