From 59be144008561049db03d00840ee7650ebc156cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 14:15:06 +0200 Subject: [PATCH] netlify redirect fix --- netlify.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index efea7c4..3c46562 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,4 +27,6 @@ # catch-all to landing page [[redirects]] from = "/*" - to = "/" \ No newline at end of file + to = "/index.html" + status = 200 + force = false \ No newline at end of file