🚸 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]]
|
[[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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue