mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +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`,
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue