itty-bitty/firebase.json
2018-07-09 22:14:35 -07:00

23 lines
No EOL
369 B
JSON

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