Skip to content

Commit

Permalink
Add custom 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramo-Y committed Dec 7, 2023
1 parent f309e33 commit 638f975
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
"sitecore.merkle.com",
"sitecore.namics.com"
]
},
"responseOverrides": {
"404": {
"rewrite": "/404.html",
"statusCode": 404
}
}
}

0 comments on commit 638f975

Please sign in to comment.