Compare commits

...

2 Commits

Author SHA1 Message Date
5cf7179d27 Merge pull request 'Disable Astro's default locale redirect to allow custom language detection' (#23) from master into production
All checks were successful
Deploy / deploy (push) Successful in 7s
Reviewed-on: #23
2026-03-11 13:21:38 +01:00
Vladimír Duša
9644229a40 Disable Astro's default locale redirect to allow custom language detection
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-03-11 13:20:38 +01:00

View File

@@ -14,6 +14,7 @@ export default defineConfig({
locales: ['cs', 'en'],
routing: {
prefixDefaultLocale: true,
redirectToDefaultLocale: false,
},
},
});