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