itty-bitty/firebase.json
2022-01-12 09:49:23 -05:00

25 lines
No EOL
409 B
JSON

{
"hosting": {
"public": "docs",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**",
"samples/**",
"src/**",
"LICENSE",
"**.md",
"**/.git/**",
"**.sh",
"index.src/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"cleanUrls": true,
"trailingSlash": false
}
}