From 90e76911b325550da779bd3d25675bb7c895184f Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 30 May 2021 15:54:45 +0200 Subject: [PATCH] refactor(i18n): removed i18n extra routes --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index e2b25bec..2d2b0286 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -94,7 +94,7 @@ export default { vueI18nLoader: true, locales: ['en'], defaultLocale: 'en', - strategy: 'prefix_and_default' + strategy: 'no_prefix' }, // Build Configuration (https://go.nuxtjs.dev/config-build)