mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
24 lines
No EOL
377 B
TOML
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 = "*" |