diff --git a/netlify.toml b/netlify.toml index b416a8b..7bc6f7a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,7 +27,7 @@ ID = "webmaker" force = true [[redirects]] - from = "/create" - to = "/app" + from = "/create/*" + to = "/app/:splat" status = 200 force = true \ No newline at end of file