nuxt.config.js edited for Turkish Language support

This commit is contained in:
Ali Anıl Koçak
2019-11-30 21:39:58 +00:00
committed by GitHub
parent a11a24bfe2
commit b3751ec4bf

View File

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