itty-bitty/firebase.json
Nicholas Jitkoff d1f51f0da3 Embed scripts
2018-06-10 09:41:58 -05:00

20 lines
No EOL
321 B
JSON

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