From 40683cf0672da97199019716ddff65e6e5f2b848 Mon Sep 17 00:00:00 2001 From: Paige Gorry Date: Sat, 30 May 2020 12:32:33 -0700 Subject: [PATCH 1/3] redirects to help with netlify + react router functionality --- public/__redirects | 1 + src/App.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 public/__redirects diff --git a/public/__redirects b/public/__redirects new file mode 100644 index 0000000..ad37e2c --- /dev/null +++ b/public/__redirects @@ -0,0 +1 @@ +/* /index.html 200 diff --git a/src/App.js b/src/App.js index 80d2cd8..1524a34 100644 --- a/src/App.js +++ b/src/App.js @@ -29,8 +29,8 @@ const App = () => { )}
} /> - - + +