diff --git a/netlify.toml b/netlify.toml index 7ed8627..733b80a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -24,4 +24,10 @@ ID = "webmaker" from = "https://preview.webmaker.app/*" to = "/app/preview/:splat" status = 200 + force = true + +[[redirects]] + from = "https://webmaker.app/app/creation/*" + to = "/app/:splat" + status = 200 force = true \ No newline at end of file