From dae7c5c47b668f4caf4a8f3f2a84e5884949ad69 Mon Sep 17 00:00:00 2001 From: Shawn Wildermuth Date: Mon, 1 Aug 2022 17:34:44 -0400 Subject: [PATCH] Update to support fallback --- src/redirection/staticwebapp.config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/redirection/staticwebapp.config.json diff --git a/src/redirection/staticwebapp.config.json b/src/redirection/staticwebapp.config.json new file mode 100644 index 0000000..9d62611 --- /dev/null +++ b/src/redirection/staticwebapp.config.json @@ -0,0 +1,5 @@ +{ + "navigationFallback": { + "rewrite": "/index.html" + } +} \ No newline at end of file