itty-bitty/firebase.json
2019-03-18 09:49:27 -05:00

25 lines
No EOL
411 B
JSON

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