🐛 répare les adresse netlify et sitemap
parent
dfc67407dd
commit
0fd26f2528
|
@ -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
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ export default (connect(
|
|||
)(
|
||||
class SalaryFirstExplanation extends Component<Props> {
|
||||
render() {
|
||||
console.log('yo', this.props.period)
|
||||
return (
|
||||
<>
|
||||
<h2>
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue