2020-05-09 08:29:47 +08:00
|
|
|
{
|
|
|
|
"hosting": {
|
|
|
|
"public": "public",
|
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
],
|
2020-05-15 03:22:25 +08:00
|
|
|
"redirects": [
|
2020-06-06 01:17:59 +08:00
|
|
|
{
|
2020-05-15 03:22:25 +08:00
|
|
|
"source": "/soon",
|
2020-06-12 06:35:44 +08:00
|
|
|
"destination": "/",
|
|
|
|
"type": 301
|
2020-05-15 03:22:25 +08:00
|
|
|
}
|
|
|
|
],
|
2020-05-13 03:40:16 +08:00
|
|
|
"rewrites": [
|
2020-06-06 01:17:59 +08:00
|
|
|
{
|
2020-05-13 03:40:16 +08:00
|
|
|
"source": "**",
|
2020-05-15 03:22:25 +08:00
|
|
|
"destination": "/index.html"
|
2020-05-13 03:40:16 +08:00
|
|
|
}
|
|
|
|
],
|
2020-05-10 01:39:23 +08:00
|
|
|
"cleanUrls": true,
|
|
|
|
"trailingSlash": false
|
2020-06-06 01:17:59 +08:00
|
|
|
},
|
|
|
|
"functions": {
|
|
|
|
"predeploy": [
|
|
|
|
"npm --prefix \"$RESOURCE_DIR\" run lint"
|
|
|
|
]
|
2020-05-09 08:29:47 +08:00
|
|
|
}
|
|
|
|
}
|