From 1e1e5807e30c1c35653a01e3ef25acee197db219 Mon Sep 17 00:00:00 2001 From: Karol Cislowski <50926159+KarolCislowski@users.noreply.github.com> Date: Thu, 21 Jan 2021 19:42:51 +0100 Subject: [PATCH] adding _redirects file Because we are using the Netlify, this file will prevent from crashing apps (the default error page provided by hosting issue). --- public/_redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..7797f7c --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200