From a70031ede4156de817b61eea48ed3c3be15c294a Mon Sep 17 00:00:00 2001 From: Kushagra Gour <chinchang457@gmail.com> Date: Tue, 6 Aug 2024 10:09:02 +0530 Subject: [PATCH] add redirect from app to create --- netlify.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 953cbf9..57c0dca 100644 --- a/netlify.toml +++ b/netlify.toml @@ -33,4 +33,11 @@ ID = "webmaker" [[redirects]] from = "/create/*" to = "/create/index.html" - status = 200 \ No newline at end of file + status = 200 + +## redirect /app to /create +[[redirects]] + from = "/app" + to = "/create" + status = 301 + force = true \ No newline at end of file