switch to deep links

Deep links should open the app without a prompt. Additionally, on devices without the app or on computers, the link redirects to https://dpl.lp1.av5ja.srv.nintendo.net/
This commit is contained in:
phoebe 2022-09-29 12:12:10 -04:00 committed by GitHub
parent e1aa766cb4
commit 65c603982c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
const baseUrl = 'com.nintendo.znca://znca/game/4834290508791808';
const baseUrl = 'https://s.nintendo.com/av5ja-lp1/znca/game/4834290508791808';
export function getGesotownGearUrl(id) {
return `${baseUrl}?p=/gesotown/${id}`