diff options
Diffstat (limited to 'src/pages/contact.tsx')
| -rw-r--r-- | src/pages/contact.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/contact.tsx b/src/pages/contact.tsx index ba462c0..659da8a 100644 --- a/src/pages/contact.tsx +++ b/src/pages/contact.tsx @@ -80,7 +80,7 @@ const ContactPage: NextPageWithLayout = () => { author: { '@id': `${config.url}/#branding` }, creator: { '@id': `${config.url}/#branding` }, 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}` }, }; |
