deployed current version
This commit is contained in:
@@ -8,5 +8,19 @@
|
||||
"bucket": "overheard-d7396.firebasestorage.app",
|
||||
"rules": "storage.rules"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"hosting": {
|
||||
"public": "build",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user