From 80a587c74f4809a35b5b86984abfd20aaed515af Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Mon, 26 Jan 2026 16:15:36 +0700 Subject: [PATCH] Fix langDir path - remove duplicate i18n prefix --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6219671..641e1bc 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -20,7 +20,7 @@ export default defineNuxtConfig({ defaultLocale: 'ru', // @ts-expect-error lazy is a valid option but missing from types lazy: true, - langDir: 'i18n/locales', + langDir: 'locales', locales: [ { code: 'ru',