itty-bitty/firebase.json
Nicholas Jitkoff 2aaa255682 Initial commit
2018-05-25 17:16:21 -07:00

19 lines
302 B
JSON

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