{ "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "/", "destination": "/license" } ], "headers": [ { "source": "/license", "headers": [ { "key": "Content-Type", "value": "text/html" } ] } ] } }