Update static web app route configuration

This commit is contained in:
2026-04-08 19:09:09 -05:00
parent 054c6a8067
commit 3b01218fe9

View File

@@ -3,6 +3,10 @@
{
"route": "/about",
"rewrite": "/"
},
{
"route": "/articles",
"redirect": "/"
}
]
}