diff --git a/staticwebapp.config.json b/staticwebapp.config.json index 3eda71c..552725a 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -3,6 +3,10 @@ { "route": "/about", "rewrite": "/" + }, + { + "route": "/articles", + "redirect": "/" } ] } \ No newline at end of file