@@ -35,7 +35,7 @@ export async function proxy(
export const config = {
matcher:[
- "/((?!_next|api|favicon.ico).*)"
+ "/((?!_next|api|.*\\..*).*)" // 匹配到的不经过proxy.ts处理
]
};