add static web app config

This commit is contained in:
Jacob Overgaard
2022-05-18 13:48:15 +02:00
parent a58744a7d9
commit 32f40dcde8

View File

@@ -0,0 +1,9 @@
{
"routes": [
{
"route": "/*",
"rewrite": "/index.html"
}
],
"trailingSlash": "never"
}