1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-07-12 14:17:31 +02:00

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`, path: `${__dirname}/locales`,
languages: extConfig.languages, languages: extConfig.languages,
defaultLanguage: null, defaultLanguage: null,
siteURL: "https://kevink.dev", siteUrl: extConfig.siteURL,
i18nextOptions: { i18nextOptions: {
interpolation: { interpolation: {
escapeValue: false // not needed for react as it escapes by default escapeValue: false // not needed for react as it escapes by default