diff --git a/proxy.ts b/proxy.ts index a30663b..b81abd8 100644 --- a/proxy.ts +++ b/proxy.ts @@ -35,7 +35,7 @@ export function proxy(request: NextRequest) { pathname.startsWith("/_next") || pathname.startsWith("/api") || pathname.startsWith("/favicon.ico") || - pathname.match(/\.(png|jpg|jpeg|gif|svg|webp|ico|css|js|woff|woff2|ttf|otf|json)$/) + pathname.match(/\.(png|jpg|jpeg|gif|svg|webp|ico|css|js|woff|woff2|ttf|otf|json|xml|txt)$/) ) { return; }