Explorar o código

add the no-prefix strategy to vue-i18n

Olivier Massot hai 1 ano
pai
achega
bce10339de
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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',