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