added firebase dev site support

This commit is contained in:
Kim, Jimin 2021-05-16 11:38:51 +09:00
parent 3dbdc6f2b2
commit c99808ab51

View file

@ -1,11 +1,14 @@
{
"hosting": {
"target": "dev",
"cleanUrls": true,
"public": "hexo/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"public": "source/build",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}