From c2298855a95dda8a0d99a141e0500e7cfd02eba6 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Mon, 19 Aug 2019 13:37:47 +0200 Subject: [PATCH] Add redirects file for routing on Netlify --- client/public/_redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/public/_redirects diff --git a/client/public/_redirects b/client/public/_redirects new file mode 100644 index 0000000..50a4633 --- /dev/null +++ b/client/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file