Update static web app route configuration

This commit is contained in:
2026-04-08 19:07:50 -05:00
parent 605d27d546
commit bf20391e3d

View File

@@ -6,6 +6,10 @@
"get" "get"
], ],
"rewrite": "/" "rewrite": "/"
},
{
"route": "/about",
"rewrite": "/"
} }
] ]
} }