itty-bitty/netlify.toml
2023-02-11 09:32:57 -07:00

24 lines
No EOL
377 B
TOML

[functions]
external_node_modules = [
"sharp"
]
directory = "functions/"
[[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 = "*"