From b13707a50cdf694eff57f1b11cb125be96fc70e2 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 28 Feb 2024 11:28:23 +0530 Subject: [PATCH] fix redirect --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 733b80a..b86c5d1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,7 +27,7 @@ ID = "webmaker" force = true [[redirects]] - from = "https://webmaker.app/app/creation/*" + from = "/app/creation/*" to = "/app/:splat" status = 200 force = true \ No newline at end of file