Skip to content

Commit 196dab6

Browse files
authored
Fix status code for /_not-found route (#64058) (#69808)
1 parent e50ad14 commit 196dab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/turbopack-build-tests-manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,8 @@
21182118
"app dir - not-found - basic with default runtime should use the not-found page for non-matching routes",
21192119
"app dir - not-found - basic with runtime = edge should escalate notFound to parent layout if no not-found boundary present in current layer",
21202120
"app dir - not-found - basic with runtime = edge should match dynamic route not-found boundary correctly",
2121-
"app dir - not-found - basic with runtime = edge should use the not-found page for non-matching routes"
2121+
"app dir - not-found - basic with runtime = edge should use the not-found page for non-matching routes",
2122+
"app dir - not-found - basic should return 404 status code for custom not-found page"
21222123
],
21232124
"failed": [
21242125
"app dir - not-found - basic should include not found client reference manifest in the file trace"

0 commit comments

Comments
 (0)