ソースを参照

add the no-prefix strategy to vue-i18n

Olivier Massot 1 年間 前
コミット
bce10339de
1 ファイル変更1 行追加0 行削除
  1. 1 0
      nuxt.config.ts

+ 1 - 0
nuxt.config.ts

@@ -191,6 +191,7 @@ export default defineNuxtConfig({
   i18n: {
     langDir: 'lang',
     lazy: true,
+    strategy: 'no_prefix',
     locales: [
       {
         code: 'en',