From 1fa8d8281371db25ef9382b6087b7f3c0db73fe3 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 19 Jan 2022 14:45:06 +0100 Subject: refactor(config): move defaultLocale as property of config.locales I will need the country code, so I think it makes more sense to gather them inside the same property. --- src/pages/cv.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/cv.tsx') diff --git a/src/pages/cv.tsx b/src/pages/cv.tsx index 78e9a6e..ac5841e 100644 --- a/src/pages/cv.tsx +++ b/src/pages/cv.tsx @@ -54,7 +54,7 @@ const CV: NextPageWithLayout = () => { datePublished: publicationDate.toISOString(), editor: { '@id': `${config.url}/#branding` }, image, - inLanguage: config.defaultLocale, + inLanguage: config.locales.defaultLocale, license: 'https://creativecommons.org/licenses/by-sa/4.0/deed.fr', thumbnailUrl: image, mainEntityOfPage: { '@id': `${config.url}${router.asPath}` }, -- cgit v1.2.3