Skip to content

Instantly share code, notes, and snippets.

View mobmad's full-sized avatar

Mads Mobæk mobmad

View GitHub Profile
@mbleigh
mbleigh / firebase.json
Created August 2, 2016 18:42
Firebase Hosting for apple-app-site-association
{
"hosting": {
"headers": [
{
"source": "/.well-known/apple-app-site-association",
"headers": [{"key": "Content-Type", "value": "application/json"}]
}
]
}
}