tiptap/netlify.toml

21 lines
369 B
TOML
Raw Normal View History

2020-07-20 17:41:54 +08:00
[[redirects]]
from = "https://tiptap.scrumpy.io"
to = "https://www.tiptap.dev"
status = 301
2020-07-13 22:41:30 +08:00
[[redirects]]
from = "https://tiptap.scrumpy.io/*"
to = "https://www.tiptap.dev/:splat"
status = 301
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