diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index b284b08a..69489fc9 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -32,7 +32,7 @@ export default defineNuxtConfig({ { code: 'ru', iso: 'ru_RU' }, ], mata: true, - cache: true, + cache: false, defaultLocale: 'en', translationDir: 'locales', autoDetectLanguage: true,