change order of redirects

This commit is contained in:
Hans Pagel 2020-07-13 16:41:30 +02:00
parent 172eb014bf
commit f7ea6882eb

View File

@ -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