From 65c603982c0217d5350c7a843cc7369c333ef66d Mon Sep 17 00:00:00 2001 From: phoebe <13684891+phoebethewitch@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:12:10 -0400 Subject: [PATCH] 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/ --- src/common/links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/links.js b/src/common/links.js index 9112049..1d14769 100644 --- a/src/common/links.js +++ b/src/common/links.js @@ -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}`