diff --git a/src/Umbraco.Web.UI.Client/staticwebapp.config.json b/src/Umbraco.Web.UI.Client/staticwebapp.config.json new file mode 100644 index 0000000000..5e5cb461a1 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/staticwebapp.config.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { + "route": "/*", + "rewrite": "/index.html" + } + ], + "trailingSlash": "never" +} \ No newline at end of file