Skip to content

Commit 72eab96

Browse files
committed
error 404 test
1 parent e950da8 commit 72eab96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

staticwebapp.config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"responseOverrides": {
33
"404": {
4-
"rewrite": "/404.html"
4+
"statusCode": 404,
5+
"rewrite": "/404.html"
56
}
67
}
78
}

0 commit comments

Comments
 (0)