【发布时间】:2021-04-19 04:08:28
【问题描述】:
虽然在本地主机中服务正常工作,但当我在 Firebase 主机中部署时,无法识别角度材料。 显示为纯 html 页面
{
"hosting": {
"public": "dist/app name",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
【问题讨论】:
标签: angular firebase firebase-hosting