Skip to content

Commit

Permalink
error 404 test
Browse files Browse the repository at this point in the history
  • Loading branch information
spetebroodt committed Nov 22, 2023
1 parent e950da8 commit 72eab96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"responseOverrides": {
"404": {
"rewrite": "/404.html"
"statusCode": 404,
"rewrite": "/404.html"
}
}
}

0 comments on commit 72eab96

Please sign in to comment.