blob: b58879d5b3d362e49ce3f0fcc83acca8b376a453 [file] [log] [blame]
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/",
"destination": "https://bugs.skia.org",
"type": 301
},
{
"source": "/:bug*",
"destination": "https://bugs.skia.org/:bug",
"type": 301
}
]
}
}