Skip to content

Commit 1b4946c

Browse files
committed
nuxt-i18nのseoをfalseに
1 parent 62b6e26 commit 1b4946c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt-i18n.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const defaultLocale = 'ja'
22

33
const options = {
44
strategy: 'prefix_except_default',
5+
seo: false,
56
detectBrowserLanguage: false,
67
defaultLocale,
78
vueI18n: {

0 commit comments

Comments
 (0)