2018-05-26 00:16:21 +00:00
|
|
|
{
|
|
|
|
|
"hosting": {
|
2022-01-12 14:49:23 +00:00
|
|
|
"public": "docs",
|
2018-05-26 00:16:21 +00:00
|
|
|
"ignore": [
|
2022-01-19 07:57:49 +00:00
|
|
|
"**.md",
|
|
|
|
|
"**.sh",
|
2018-05-26 00:16:21 +00:00
|
|
|
"**/.*",
|
2022-01-19 07:57:49 +00:00
|
|
|
"**/.git/**",
|
2018-05-26 00:16:21 +00:00
|
|
|
"**/node_modules/**",
|
2022-01-19 07:57:49 +00:00
|
|
|
"firebase.json",
|
2018-07-10 05:14:35 +00:00
|
|
|
"LICENSE",
|
2022-01-19 07:57:49 +00:00
|
|
|
"samples/**",
|
|
|
|
|
"src/**"
|
2018-05-26 00:16:21 +00:00
|
|
|
],
|
2022-01-20 04:01:30 +00:00
|
|
|
"cleanUrls": true,
|
|
|
|
|
"trailingSlash": false,
|
2018-05-26 00:16:21 +00:00
|
|
|
"rewrites": [
|
|
|
|
|
{
|
2022-01-19 07:57:49 +00:00
|
|
|
"source": "/**/",
|
|
|
|
|
"function": "index"
|
2018-05-26 00:16:21 +00:00
|
|
|
}
|
2022-01-19 07:57:49 +00:00
|
|
|
]
|
2018-05-26 00:16:21 +00:00
|
|
|
}
|
2022-01-19 07:57:49 +00:00
|
|
|
}
|
|
|
|
|
|