itty-bitty/netlify.toml
2022-12-23 14:20:38 +00:00

23 lines
333 B
TOML

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