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]]
|
[[edge_functions]]
|
||||||
path = "/*"
|
path = "/*"
|
||||||
function = "metadata"
|
function = "metadata"
|
||||||
|
|
@ -15,4 +20,4 @@
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/js/*"
|
for = "/js/*"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Access-Control-Allow-Origin = "*"
|
Access-Control-Allow-Origin = "*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue