17 lines
234 B
JSON
17 lines
234 B
JSON
|
{
|
||
|
"hosting": {
|
||
|
"public": "dist",
|
||
|
"ignore": [
|
||
|
"firebase.json",
|
||
|
"**/.*",
|
||
|
"**/node_modules/**"
|
||
|
],
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "**",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|