From af4383cd290780bb80efa510a3e60db7c6bc9154 Mon Sep 17 00:00:00 2001 From: MaySoMusician Date: Sun, 19 Jul 2020 17:06:37 +0900 Subject: [PATCH] Set nuxt-i18n's seo option off --- nuxt-i18n.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt-i18n.config.ts b/nuxt-i18n.config.ts index 2b9d03f1a9..3f74d5b238 100644 --- a/nuxt-i18n.config.ts +++ b/nuxt-i18n.config.ts @@ -101,7 +101,8 @@ const options: NuxtVueI18n.Options.AllOptionsInterface = { file: 'ja-Hira.json', description: 'Easy Japanese' } - ] + ], + seo: false } export default options