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