diff --git a/nuxt.config.js b/nuxt.config.js index e94cd8f..bdae2ab 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -13,5 +13,21 @@ export default theme({ ] } }, + head: { + title: 'Redirecting you to Gitbook Domain https://indiainvestments.gitbook.io/content/', + meta: [ + { + httpEquiv: "refresh", + content: "0; URL=https://indiainvestments.gitbook.io/content/", + } + ], + link: [ + { + rel: "canonical", + href: "https://indiainvestments.gitbook.io/content/", + hreflang: "en" + } + ] + }, components: true })