redirect to the new domain

This commit is contained in:
Hans Pagel 2020-07-13 16:37:52 +02:00
parent 2f1b698977
commit 172eb014bf

View File

@ -7,3 +7,8 @@
from = "/*" from = "/*"
to = "/index.html" to = "/index.html"
status = 200 status = 200
[[redirects]]
from = "https://tiptap.scrumpy.io/*"
to = "https://www.tiptap.dev/:splat"
status = 301