{ "hosting": { "public": ".", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "cleanUrls": true, "rewrites": [ { "source": "/", "destination": "/schema.txt" } ], "headers": [ { "source": "/", "headers": [ { "key": "Content-Type", "value": "text/plain; charset=utf-8" } ] }, { "source": "/license", "headers": [ { "key": "Content-Type", "value": "text/html" } ] } ], "site": "schema-amit-is-a-dev" } }