我曾在我的域https://vincent04-5fc61.firebaseapp.com/images/1.png
中加载图片文件我的firebase.json是这样的:
{
"hosting": {
"public": ".",
"headers": [ {
"source" : "**",
"headers" : [ {
"key" : "Access-Control-Allow-Origin",
"value" : "*"
} ]
} ]
}
}