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