mirror of https://github.com/vuejs/core.git
chore: enable cors for sfc as temporary fix
This commit is contained in:
parent
593da4069a
commit
4c022ccb01
|
@ -1,3 +0,0 @@
|
|||
/assets/*
|
||||
cache-control: max-age=31536000
|
||||
cache-control: immutable
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*).js",
|
||||
"headers": [{ "key": "Access-Control-Allow-Origin", "value": "*" }]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue