Skip to content

Instantly share code, notes, and snippets.

@coordinates
Created March 14, 2019 16:28
Show Gist options
  • Save coordinates/0b2085e3b834cc69b539ed5254b0bbff to your computer and use it in GitHub Desktop.
Save coordinates/0b2085e3b834cc69b539ed5254b0bbff to your computer and use it in GitHub Desktop.
Universal Links でサブディレクトリを除外する
# "NOT /albums/*/*" とした場合、"/albums/*" がヒットしない。
{
"applinks": {
"apps": [],
"details": [
{
"appID": "D3KQX62K1A.com.example.photoapp",
"paths": [
"NOT /albums/*/?*"
"/albums/*"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment