chore: enable cors for sfc as temporary fix

This commit is contained in:
Evan You 2023-04-06 12:46:19 +08:00
parent 593da4069a
commit 4c022ccb01
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +0,0 @@
/assets/*
cache-control: max-age=31536000
cache-control: immutable

View File

@ -0,0 +1,8 @@
{
"headers": [
{
"source": "/(.*).js",
"headers": [{ "key": "Access-Control-Allow-Origin", "value": "*" }]
}
]
}