Skip to content

Commit 63eb6b2

Browse files
committed
URLにi18nのprefixをつけるように修正
1 parent 3065f28 commit 63eb6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt-i18n.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const defaultLocale = 'ja'
22

33
const options = {
4-
strategy: 'no_prefix',
4+
strategy: 'prefix_except_default',
55
detectBrowserLanguage: false,
66
defaultLocale,
77
vueI18n: {

0 commit comments

Comments
 (0)