mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Update netlify.toml
This commit is contained in:
parent
a5faab3726
commit
5113937971
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
base = ""
|
||||
publish = "."
|
||||
command = ""
|
||||
|
||||
|
||||
[[edge_functions]]
|
||||
path = "/*"
|
||||
function = "metadata"
|
||||
|
|
@ -15,4 +20,4 @@
|
|||
[[headers]]
|
||||
for = "/js/*"
|
||||
[headers.values]
|
||||
Access-Control-Allow-Origin = "*"
|
||||
Access-Control-Allow-Origin = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue