Skip to content

Commit 1cf1c91

Browse files
committed
Merge branch 'padms/3890' into staging
2 parents c1ec63a + b2cc7f0 commit 1cf1c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ export const config = {
141141
// - … the ones containing a dot (e.g. `favicon.ico`)
142142
// if any new api route is added, it should be added to the matcher below. All other nonexistent api url will go into i18n and give 404 error properly
143143
matcher:
144-
'/((?!api/draft|api/newsletter-rss|api/rss|api/update-algolia-indexes|_next|favicon.ico|__nextjs|__nextjs_original-stack-frame|__nextjs_launch-editor|.well-known|legacy|content/dam/|etc.clientlibs/|sitemap.xml|robots.txt).*)',
144+
'/((?!api/draft|api/newsletter-rss|api/revalidate-sanity|api/rss|api/update-algolia-indexes|_next|favicon.ico|__nextjs|__nextjs_original-stack-frame|__nextjs_launch-editor|.well-known|legacy|content/dam/|etc.clientlibs/|sitemap.xml|robots.txt).*)',
145145
}

0 commit comments

Comments
 (0)