Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/staticwebapp.config.json
2022-05-18 13:48:15 +02:00

9 lines
139 B
JSON

{
"routes": [
{
"route": "/*",
"rewrite": "/index.html"
}
],
"trailingSlash": "never"
}