mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
10 lines
229 B
TypeScript
10 lines
229 B
TypeScript
import createMiddleware from "next-intl/middleware";
|
|
import { routing } from "./i18n/routing";
|
|
|
|
export default createMiddleware(routing);
|
|
|
|
export const config = {
|
|
matcher: [
|
|
"/((?!api|auth|_next|_vercel|.*\\..*).*)"
|
|
],
|
|
}; |