From 172eb014bf680c6201a505d2fb0196b1f902b18b Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 13 Jul 2020 16:37:52 +0200 Subject: [PATCH] redirect to the new domain --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 860e251e2..3dcd074b2 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