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

10 lines
196 B
JSON

{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": [
"*.{jpg,jpeg,gif,png,svg}",
"/assets/*"
]
},
"trailingSlash": "never"
}