pompy.dev/firebase.json
2021-02-13 16:02:10 +09:00

11 lines
143 B
JSON

{
"hosting": {
"cleanUrls": true,
"public": "hexo/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}