diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..d3d5585 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,11 @@ +{ + "responseOverrides": { + "400": { + "statusCode": 301, + "redirect": "/404" + }, + "404": { + "rewrite": "/404" + } + } +} \ No newline at end of file