From 32f40dcde8142e28f95353fa9bf0c1db3971abb6 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Wed, 18 May 2022 13:48:15 +0200 Subject: [PATCH] add static web app config --- src/Umbraco.Web.UI.Client/staticwebapp.config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Umbraco.Web.UI.Client/staticwebapp.config.json 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