From 6c38d8bd4b48d6a8542e66648f0ed1cb56e65874 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Mon, 2 Mar 2020 11:06:13 +0000 Subject: [PATCH] Added netlify file for redirects --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..ff1c0508 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file