From 06eb0b228b5439f9198eaea76be24942573df69d Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 29 Feb 2024 17:19:49 +0530 Subject: [PATCH] fix redirect --- netlify.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 7bc6f7a..ebb08ce 100644 --- a/netlify.toml +++ b/netlify.toml @@ -28,6 +28,5 @@ ID = "webmaker" [[redirects]] from = "/create/*" - to = "/app/:splat" - status = 200 - force = true \ No newline at end of file + to = "/app/index.html" + status = 200 \ No newline at end of file