From 9da1c0fc19ff7cdfdb4e2aa6ea61d350448ba3f2 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Fri, 19 Apr 2019 16:52:20 -0500 Subject: [PATCH] Added web.config Rules to serve index.html for URLs that don't match a file or a directory (needed for loading a non-home URL) --- public/web.config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 public/web.config diff --git a/public/web.config b/public/web.config new file mode 100644 index 0000000..b86a40e --- /dev/null +++ b/public/web.config @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + +