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

时间:2014-11-12 16:53:43

标签: json firebase-hosting

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

{
  "firebase": "memorytext",
  "public": ".",
  "ignore": [
    "firebase.json",
    "**/.*",
    "**/node_modules/**"
  ]
}

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

有人可以告诉我如何解决这个问题吗?

0 个答案:

没有答案