diff --git a/proxy.ts b/proxy.ts index ea92250c..0b9c480c 100644 --- a/proxy.ts +++ b/proxy.ts @@ -54,5 +54,5 @@ export const config = { // - /template-image-tight // - /template-url // eslint-disable-next-line max-len - matcher: ['/((?!api$|api/auth|_next/static|_next/image|favicon.ico$|favicons/|grid$|full$|about$|home-image$|template-image$|template-image-tight$|template-url$|$).*)'], + matcher: ['/((?!api(?:/|$)|_next/static|_next/image|favicon.ico$|favicons/|grid$|full$|about$|home-image$|template-image$|template-image-tight$|template-url$|$).*)'], };