Fix firebase hosting setting root folder.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "build",
|
"public": ".",
|
||||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user