itty-bitty/netlify.toml
2022-07-02 14:27:44 -07:00

13 lines
No EOL
209 B
TOML

[[edge_functions]]
path = "/*"
function = "metadata"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/render/*"
[headers.values]
Access-Control-Allow-Origin = "*"