There was an error while loading. Please reload this page.
2 parents c1ec63a + b2cc7f0 commit 1cf1c91Copy full SHA for 1cf1c91
1 file changed
web/proxy.ts
@@ -141,5 +141,5 @@ export const config = {
141
// - … the ones containing a dot (e.g. `favicon.ico`)
142
// 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
143
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).*)',
+ '/((?!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).*)',
145
}
0 commit comments