我遇到了正确配置firebase.JSON
的问题1) 在文件夹构建中有反应app,在firebase函数中有一个带快递的应用程序
"rewrites": [
{
"source" : "/admin",
"function" : "app"
},
{
"source": "**",
"destination": "/index.html"
}
]
这只适用于狩猎 - 在Chrome中它没有解释原因以及如何解决它?
2) 为什么这个配置
"rewrites": [
{
"source" : "/admin/**",
"function" : "app"
}]
无法表达应用