tiptap/netlify.toml
2020-07-13 16:41:30 +02:00

16 lines
270 B
TOML

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