itty-bitty/netlify.toml
2022-05-28 22:59:21 -07:00

8 lines
No EOL
114 B
TOML

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