diff --git a/netlify.toml b/netlify.toml index 3dcd074b..ecf06860 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,8 @@ +[[redirects]] + from = "https://tiptap.scrumpy.io/*" + to = "https://www.tiptap.dev/:splat" + status = 301 + [[redirects]] from = "/docs/*" to = "https://tiptap-docs.netlify.com/:splat" @@ -8,7 +13,3 @@ to = "/index.html" status = 200 -[[redirects]] - from = "https://tiptap.scrumpy.io/*" - to = "https://www.tiptap.dev/:splat" - status = 301