Fix canonical URL SEO

This commit is contained in:
Kevin Kandlbinder 2020-12-23 15:46:03 +01:00
parent 5f6368e3e0
commit ccab9b3a63

View file

@ -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