Removed locale detection

This commit is contained in:
Henrik Larsson 2023-05-16 15:18:22 +02:00
parent eb33f30d0b
commit 28c0facd47

View File

@ -6,6 +6,7 @@ export default createMiddleware({
// If this locale is matched, pathnames work without a prefix (e.g. `/about`) // If this locale is matched, pathnames work without a prefix (e.g. `/about`)
defaultLocale: 'sv', defaultLocale: 'sv',
localeDetection: false
}); });
export const config = { export const config = {