OctopusBomb/firebase.json

17 lines
236 B
JSON
Raw Permalink Normal View History

2023-07-14 20:22:38 +00:00
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}