diff --git a/astro.config.mjs b/astro.config.mjs index d356219..838354a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,6 +14,7 @@ export default defineConfig({ locales: ['cs', 'en'], routing: { prefixDefaultLocale: true, + redirectToDefaultLocale: false, }, }, }); \ No newline at end of file