Files
tiptap/netlify.toml
2020-07-13 16:37:52 +02:00

15 lines
269 B
TOML

[[redirects]]
from = "/docs/*"
to = "https://tiptap-docs.netlify.com/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[redirects]]
from = "https://tiptap.scrumpy.io/*"
to = "https://www.tiptap.dev/:splat"
status = 301