即使找到index.html,也会发现Firebase页面未找到问题

bom*_*imc 5 json firebase-hosting

我正在使用Firebase托管来部署应用程序.index.html文件位于根目录中,firebase.json采用标准格式.

{
  "firebase": "memorytext",
  "public": ".",
  "ignore": [
    "firebase.json",
    "**/.*",
    "**/node_modules/**"
  ]
}
Run Code Online (Sandbox Code Playgroud)

即使节点命令提示符中的部署过程工作顺利(没有警告没有index.html文件),一旦打开我一直看到Page Not Found错误.

谁能指导我如何解决这个问题?