From 0315e2cce42ebc409aa6d762037b27feb1d85c04 Mon Sep 17 00:00:00 2001 From: Edvin Honda Date: Thu, 12 Oct 2023 18:20:35 -0400 Subject: [PATCH] fix url --- config.prod.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.prod.toml b/config.prod.toml index 25eef62..6c3d8f9 100644 --- a/config.prod.toml +++ b/config.prod.toml @@ -24,7 +24,7 @@ title = 'Synapse' weight = 3 [[menu.Main]] name = "Membres" - url= "/membres/" + url= "membres" weight = 5 [[menu.Main]] name = "FAQ" @@ -32,7 +32,7 @@ title = 'Synapse' weight = 6 [[menu.Main]] name = "Contact" - url= "/contact/" + url= "contact" weight = 7 [params]