From f7ea6882eba6b84be06500f0cb1c355cb945010e Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 13 Jul 2020 16:41:30 +0200 Subject: [PATCH] change order of redirects --- netlify.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 3dcd074b2..ecf068605 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