Skip to content

Commit

Permalink
fix: mauvaise canonical sur la page Votre convention collective
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Jan 14, 2025
1 parent 8fb2849 commit 30c2059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const metadata = generateDefaultMetadata({
description:
"Retrouvez les questions/réponses fréquentes organisées par thème pour votre convention collective",
path: "/convention-collective",
overrideCanonical: `{${SITE_URL}/outils/convention-collective}`,
overrideCanonical: `${SITE_URL}/outils/convention-collective`,
});

const removeAccents = (text: string) =>
Expand Down

0 comments on commit 30c2059

Please sign in to comment.