Skip to content

Instantly share code, notes, and snippets.

@jagomf
Created April 17, 2022 19:11
Show Gist options
  • Save jagomf/8aa8c3d1e3341047524f7359c81c32d4 to your computer and use it in GitHub Desktop.
Save jagomf/8aa8c3d1e3341047524f7359c81c32d4 to your computer and use it in GitHub Desktop.
Set up apple-app-site-association file
# Located in /.well-known directory, next to a apple-app-site-association.json file
RewriteEngine On
RewriteBase /.well-known/
RewriteRule ^apple-app-site-association$ apple-app-site-association.json [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment