Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/staticwebapp.config.json

9 lines
139 B
JSON
Raw Normal View History

2022-05-18 13:48:15 +02:00
{
"routes": [
{
"route": "/*",
"rewrite": "/index.html"
}
],
"trailingSlash": "never"
}