add static web app config
This commit is contained in:
9
src/Umbraco.Web.UI.Client/staticwebapp.config.json
Normal file
9
src/Umbraco.Web.UI.Client/staticwebapp.config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"routes": [
|
||||
{
|
||||
"route": "/*",
|
||||
"rewrite": "/index.html"
|
||||
}
|
||||
],
|
||||
"trailingSlash": "never"
|
||||
}
|
||||
Reference in New Issue
Block a user