We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f6dab commit d09ce2bCopy full SHA for d09ce2b
frontend/proxy.ts
@@ -7,8 +7,9 @@ export const config = {
7
matcher: [
8
// Match all pathnames except:
9
// - API routes starting with /api
10
+ // - Internal routes (for runtime config)
11
// - Next.js internals (_next)
12
// - Static files with extensions
- '/((?!api|_next|.*\\..*).*)'
13
+ '/((?!api|internal|_next|.*\\..*).*)'
14
],
15
};
0 commit comments