Skip to content

Commit b985fca

Browse files
committed
use universal link
1 parent 5b9b271 commit b985fca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/frontend/src/app/wrapped/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ function isMobileDevice(userAgent: string): boolean {
1818
}
1919

2020
function getDeepLink(): string {
21-
return 'omi://wrapped';
21+
// Use Universal Link format
22+
return 'https://h.omi.me/wrapped';
2223
}
2324

2425
function getAppStoreLink(userAgent: string): string {

0 commit comments

Comments
 (0)