chore: language order (#370)
This commit is contained in:
@@ -4,5 +4,5 @@ import { routing } from './i18n/routing';
|
||||
export default createMiddleware(routing);
|
||||
|
||||
export const config = {
|
||||
matcher: ['/', '/(ja|en|pt-BR|zh-CN|de)/:path*'],
|
||||
matcher: ['/', '/(de|en|pt-BR|zh-CN|ja)/:path*'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user