【发布时间】:2017-01-05 05:52:01
【问题描述】:
例子:
我在 firebase 托管中有三个 html 文件:
- index.html
- test1.html
- test2.html
问题:
如何删除 html 文件 test1.html ?我很困惑要删除它, 是设置json文件firebase.json还是有其他方法? 感谢您的帮助
【问题讨论】:
-
删除这些文件并运行
firebase deploy。不行吗? -
好的,谢谢,可以了