diff --git a/netlify.toml b/netlify.toml index d4b49370a..b71958890 100644 --- a/netlify.toml +++ b/netlify.toml @@ -63,7 +63,7 @@ to = "/prerender/mon-entreprise/index.html" status = 200 [[redirects]] -from = "https://mon-entreprise.fr/sécurité-sociale/salaried" +from = "https://mon-entreprise.fr/sécurité-sociale/salarié" to = "/prerender/mon-entreprise/sécurité-sociale/salarié/index.html" status = 200 diff --git a/source/components/SalaryFirstExplanation.js b/source/components/SalaryFirstExplanation.js index 0f535343f..4a8f8a12e 100644 --- a/source/components/SalaryFirstExplanation.js +++ b/source/components/SalaryFirstExplanation.js @@ -27,6 +27,7 @@ export default (connect( )( class SalaryFirstExplanation extends Component { render() { + console.log('yo', this.props.period) return ( <>

diff --git a/source/sites/mon-entreprise.fr/sitePaths.js b/source/sites/mon-entreprise.fr/sitePaths.js index 10e04c07d..5558ea69e 100644 --- a/source/sites/mon-entreprise.fr/sitePaths.js +++ b/source/sites/mon-entreprise.fr/sitePaths.js @@ -100,7 +100,7 @@ export const constructLocalizedSitePath = (language: string) => { 'path.sécuritéSociale.comparaison', '/comparaison-assimilé-salarié-indépendant-et-auto-entrepreneur' ), - selection: t('path.sécuritéSociale.selection', '/selection-du-régime'), + selection: t('path.sécuritéSociale.selection', '/sélection-du-régime'), salarié: t('path.sécuritéSociale.salarié', '/salarié') }, démarcheEmbauche: { diff --git a/source/sites/mon-entreprise.fr/sitemap.fr.txt b/source/sites/mon-entreprise.fr/sitemap.fr.txt index 5f98b0114..39c6567d5 100644 --- a/source/sites/mon-entreprise.fr/sitemap.fr.txt +++ b/source/sites/mon-entreprise.fr/sitemap.fr.txt @@ -24,7 +24,7 @@ https://mon-entreprise.fr/sécurité-sociale/assimilé-salarié https://mon-entreprise.fr/sécurité-sociale/indépendant https://mon-entreprise.fr/sécurité-sociale/auto-entrepreneur https://mon-entreprise.fr/sécurité-sociale/comparaison-assimilé-salarié-indépendant-et-auto-entrepreneur -https://mon-entreprise.fr/sécurité-sociale/selection-du-régime +https://mon-entreprise.fr/sécurité-sociale/sélection-du-régime https://mon-entreprise.fr/sécurité-sociale/salarié https://mon-entreprise.fr/démarches-embauche https://mon-entreprise.fr/documentation \ No newline at end of file