Explorar el Código

add the no-prefix strategy to vue-i18n

Olivier Massot hace 1 año
padre
commit
bce10339de
Se han modificado 1 ficheros con 1 adiciones y 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',