# Serves apple-app-site-association (no file extension) with the Content-Type Universal
# Links require. iOS rejects the file outright if it's served as text/html or
# application/octet-stream, which is what most hosts default to for extensionless files.
<Files "apple-app-site-association">
    ForceType application/json
</Files>
