You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/DEEP_LINK_SETUP.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,14 @@ Alternative (if you use Play App Signing)
55
55
56
56
4. Update `assetlinks.json`
57
57
58
-
- Open `frontend/public/.well-known/assetlinks.json` and replace `<SHA256_CERT_FINGERPRINT>` with the SHA-256 fingerprint (format: uppercase hex with colons or without; either is accepted by Android).
58
+
- Open `backend/api/static/assetlinks.json` and replace `<SHA256_CERT_FINGERPRINT>` with the SHA-256 fingerprint (format: uppercase hex with colons or without; either is accepted by Android).
59
59
60
60
5. Deploy static files to your server/domain
61
61
62
-
- Host `frontend/public/apple-app-site-association` and `frontend/public/.well-known/assetlinks.json` at:
63
-
-https://devbits.app/apple-app-site-association
64
-
-https://devbits.app/.well-known/assetlinks.json
62
+
- The Go backend now serves these files directly from `backend/api/static/`. No separate static hosting is needed.
63
+
-`https://devbits.app/apple-app-site-association` → served from `backend/api/static/apple-app-site-association` (also available at `/.well-known/apple-app-site-association`)
64
+
-`https://devbits.app/.well-known/assetlinks.json` → served from `backend/api/static/assetlinks.json`
65
+
- To update these files, edit them in `backend/api/static/` and redeploy the backend.
0 commit comments