diff --git a/site/source/App.tsx b/site/source/App.tsx index 07e4cc7e5..cb41f6a7f 100644 --- a/site/source/App.tsx +++ b/site/source/App.tsx @@ -97,6 +97,14 @@ const Redirections = () => { path="/stats" element={} /> + } + /> + } + /> ) } diff --git a/site/source/sitePaths.ts b/site/source/sitePaths.ts index d5eefa353..dd8ed5280 100644 --- a/site/source/sitePaths.ts +++ b/site/source/sitePaths.ts @@ -105,7 +105,7 @@ const rawSitePathsFr = { documentation: { index: 'documentation', }, - plan: 'plan-de-site', + plan: 'plan-du-site', } as const const rawSitePathsEn = { @@ -190,7 +190,7 @@ const rawSitePathsEn = { api: 'api', spreadsheet: 'spreadsheet', }, - plan: 'site-map', + plan: 'sitemap', } as const /**