There was an error while loading. Please reload this page.
1 parent b3f82ab commit 33b12ffCopy full SHA for 33b12ff
1 file changed
apps/website/src/middleware.ts
@@ -14,5 +14,5 @@ export const middleware = multipleMiddlewares([
14
// applies this middleware only to files in the app directory
15
export const config = {
16
matcher:
17
- '/((?!api|static|assets|robots|sitemap|sw|service-worker|manifest|.*\\..*|_next).*)',
+ '/((?!api|static|assets|robots|sitemap|schema|sw|service-worker|manifest|.*\\..*|_next).*)',
18
};
0 commit comments