From 86af5dce4b3cea0928421e2479668262a9a78519 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 20 Jul 2020 11:41:54 +0200 Subject: [PATCH] add another domain redirect --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index ecf06860..a0984f46 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,8 @@ +[[redirects]] + from = "https://tiptap.scrumpy.io" + to = "https://www.tiptap.dev" + status = 301 + [[redirects]] from = "https://tiptap.scrumpy.io/*" to = "https://www.tiptap.dev/:splat"