2020-01-16 12:46:18 -08:00
|
|
|
{
|
|
|
|
"hosting": {
|
|
|
|
"public": "target/doc",
|
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
],
|
|
|
|
"rewrites": [
|
|
|
|
{
|
|
|
|
"source": "**",
|
|
|
|
"destination": "/index.html"
|
|
|
|
}
|
2020-01-16 15:29:08 -08:00
|
|
|
],
|
|
|
|
"redirects": [
|
|
|
|
{
|
|
|
|
"source": "/",
|
|
|
|
"destination": "/zebrad",
|
|
|
|
"type": 301
|
|
|
|
}
|
2020-01-16 12:46:18 -08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|