tiptap/netlify.toml

15 lines
269 B
TOML
Raw Normal View History

2019-01-17 03:51:24 +08:00
[[redirects]]
from = "/docs/*"
to = "https://tiptap-docs.netlify.com/:splat"
status = 200
2018-09-03 20:00:18 +08:00
[[redirects]]
from = "/*"
to = "/index.html"
2018-11-09 05:03:10 +08:00
status = 200
2020-07-13 22:37:52 +08:00
[[redirects]]
from = "https://tiptap.scrumpy.io/*"
to = "https://www.tiptap.dev/:splat"
status = 301