tiptap/netlify.toml
2020-07-20 11:41:54 +02:00

21 lines
369 B
TOML

[[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"
status = 301
[[redirects]]
from = "/docs/*"
to = "https://tiptap-docs.netlify.com/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200