From 30caa30883e979e3acdf184dd4ded2c28ece0c3b Mon Sep 17 00:00:00 2001 From: Ryan Haskell-Glatz Date: Sat, 16 Jan 2021 14:07:16 -0600 Subject: [PATCH] add redirects --- docs/netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/netlify.toml diff --git a/docs/netlify.toml b/docs/netlify.toml new file mode 100644 index 0000000..b87b8d3 --- /dev/null +++ b/docs/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200