From 39295e9a33f643fb21271c150d723d685160f1e7 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Thu, 17 Aug 2023 09:05:10 -0700 Subject: [PATCH] feat: add real paths to app site association (#7179) --- public/apple-app-site-association | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/apple-app-site-association b/public/apple-app-site-association index 4f42b2a7b0..9554d3e24b 100644 --- a/public/apple-app-site-association +++ b/public/apple-app-site-association @@ -22,6 +22,22 @@ { "#": "/address/*", "comment": "Wallet address" + }, + { + "/": "/nfts/asset/*", + "comment": "NFT Item" + }, + { + "/": "/nfts/collection/*", + "comment": "NFT Collection" + }, + { + "/": "/tokens/*", + "comment": "Token address" + }, + { + "/": "/address/*", + "comment": "Wallet address" } ] }