From 48ddd02c48e7043f5f00acd2a3e13b9b95cfc8cf Mon Sep 17 00:00:00 2001 From: AlexandraM <76844097+Alexandra2888@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:28:22 +0200 Subject: [PATCH] hotfix: adding redirect page for Netlify routing --- 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..f824337 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file