From ccab9b3a63e23975ab2f87434e90b57fdd6be6c1 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 23 Dec 2020 15:46:03 +0100 Subject: [PATCH] Fix canonical URL SEO --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 7423e12..1303f6b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -52,7 +52,7 @@ module.exports = { path: `${__dirname}/locales`, languages: extConfig.languages, defaultLanguage: null, - siteURL: "https://kevink.dev", + siteUrl: extConfig.siteURL, i18nextOptions: { interpolation: { escapeValue: false // not needed for react as it escapes by default