7 lines
No EOL
99 B
TypeScript
7 lines
No EOL
99 B
TypeScript
export function middleware() {
|
|
return;
|
|
}
|
|
|
|
export const config = {
|
|
matcher: ["/((?!api).*)"],
|
|
}; |