From 5d585fffb6591d31b9da7387233ea5e8d190b292 Mon Sep 17 00:00:00 2001 From: Alvaro Saburido Date: Wed, 20 Jan 2021 18:01:47 +0100 Subject: [PATCH] fix(deploy): added redirect in netlify config for demo pages --- 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 0000000..b87b8d3 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200