Example:
I have three html files in firebase hosting:
- index.html
- test1.html
- test2.html
Question:
How to remove html files test1.html ? I was confused to remove that, whether to set the json file firebase.json or there are other ways? Thanks for your help
firebase deploy
. Doesn't that work? – gegobyte