10 lines
161 B
TOML
10 lines
161 B
TOML
[[redirects]]
|
|
from = "/docs/*"
|
|
to = "https://tiptap-docs.netlify.com/:splat"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|