From 97d271a5ddee1f9419bc9c7c52f7e9f04ebd4246 Mon Sep 17 00:00:00 2001 From: haseebismail703 Date: Fri, 18 Oct 2024 22:27:30 +0500 Subject: [PATCH] new update --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..770c41f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 + force = true