Skip to content

Commit 2d332d7

Browse files
authored
don't 404 on _build (#57231)
1 parent d2728ed commit 2d332d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frame/middleware/app-router-gateway.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export default function appRouterGateway(req: ExtendedRequest, res: Response, ne
4848

4949
if (
5050
path.startsWith('/_next/') ||
51+
path.startsWith('/_build') ||
5152
path.startsWith('/assets/') ||
5253
path.startsWith('/public/') ||
5354
path.startsWith('/api/') ||

0 commit comments

Comments
 (0)