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