diff --git a/nuxt.config.js b/nuxt.config.js index 2019ea502..f8ba8e161 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -151,7 +151,7 @@ export default { }, { name: "twitter:image", - content: `${routerBase.router.base}logo.jpg` + content: "https://postwoman.io/logo.jpg" } ], link: [ @@ -333,6 +333,12 @@ export default { name: "Bahasa Indonesia", iso: "id-ID", file: "id-ID.js" + }, + { + code: "tr", + name: "Türkçe", + iso: "tr-TR", + file: "tr-TR.js" } ], defaultLocale: "en",