itty-bitty/docs/v1/netlify.toml
Nicholas Jitkoff 4ddca4d5a4 Update redirect
2022-05-28 18:35:35 -07:00

8 lines
No EOL
120 B
TOML

[[edge_functions]]
path = "/"
function = "redirect"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200