mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
9 lines
No EOL
305 B
TypeScript
9 lines
No EOL
305 B
TypeScript
import createMiddleware from 'next-intl/middleware';
|
|
import {routing} from './i18n/routing';
|
|
|
|
export default createMiddleware(routing);
|
|
|
|
export const config = {
|
|
// Match only internationalized pathnames and all paths that dont start with static
|
|
matcher: ['/', '/:path((?!_next|next|static).*)*'],
|
|
}; |