Skip to content

Instantly share code, notes, and snippets.

@0xacdc
0xacdc / firebase.json
Created February 23, 2022 12:25 — forked from mbleigh/firebase.json
Firebase Hosting for apple-app-site-association
{
"hosting": {
"headers": [
{
"source": "/.well-known/apple-app-site-association",
"headers": [{"key": "Content-Type", "value": "application/json"}]
}
]
}
}