Skip to content

Commit

Permalink
Merge pull request #69 from ClubCedille/feature/EHP/fix-small-issues
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
EdvinHonda authored Oct 12, 2023
2 parents ede2a29 + 0315e2c commit a9a2fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.prod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ title = 'Synapse'
weight = 3
[[menu.Main]]
name = "Membres"
url= "/membres/"
url= "membres"
weight = 5
[[menu.Main]]
name = "FAQ"
url= "#faq"
weight = 6
[[menu.Main]]
name = "Contact"
url= "/contact/"
url= "contact"
weight = 7

[params]
Expand Down

1 comment on commit a9a2fbe

@vercel
Copy link

@vercel vercel bot commented on a9a2fbe Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.