tiptap/netlify.toml
2019-01-16 20:51:24 +01:00

10 lines
161 B
TOML

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