mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 02:36:56 +02:00
Fix canonical URL SEO
This commit is contained in:
parent
5f6368e3e0
commit
ccab9b3a63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue