We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2728ed commit 2d332d7Copy full SHA for 2d332d7
src/frame/middleware/app-router-gateway.ts
@@ -48,6 +48,7 @@ export default function appRouterGateway(req: ExtendedRequest, res: Response, ne
48
49
if (
50
path.startsWith('/_next/') ||
51
+ path.startsWith('/_build') ||
52
path.startsWith('/assets/') ||
53
path.startsWith('/public/') ||
54
path.startsWith('/api/') ||
0 commit comments