aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/mentions-legales.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/mentions-legales.tsx')
-rw-r--r--src/pages/mentions-legales.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/mentions-legales.tsx b/src/pages/mentions-legales.tsx
index 81d8e98..e7da49a 100644
--- a/src/pages/mentions-legales.tsx
+++ b/src/pages/mentions-legales.tsx
@@ -38,7 +38,7 @@ const LegalNotice: NextPageWithLayout = () => {
breadcrumb: { '@id': `${config.url}/#breadcrumb` },
name: seo.legalNotice.title,
description: seo.legalNotice.description,
- inLanguage: config.defaultLocale,
+ inLanguage: config.locales.defaultLocale,
license: 'https://creativecommons.org/licenses/by-sa/4.0/deed.fr',
reviewedBy: { '@id': `${config.url}/#branding` },
url: `${config.url}${router.asPath}`,
@@ -59,7 +59,7 @@ const LegalNotice: NextPageWithLayout = () => {
dateModified: updateDate.toISOString(),
datePublished: publicationDate.toISOString(),
editor: { '@id': `${config.url}/#branding` },
- inLanguage: config.defaultLocale,
+ inLanguage: config.locales.defaultLocale,
license: 'https://creativecommons.org/licenses/by-sa/4.0/deed.fr',
mainEntityOfPage: { '@id': `${config.url}${router.asPath}` },
};