We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10767b commit 1414b16Copy full SHA for 1414b16
1 file changed
src/lib/urls.ts
@@ -24,9 +24,9 @@ const urls = {
24
getStudioEditorUrl: () =>
25
`${APP_URL}/playground?${UTM_PARAMS}&utm_medium=tryEditor`,
26
getSignInUrl: (props: UrlProps) =>
27
- `${APP_URL}/signin?${UTM_PARAMS}${getRef(props)}`,
+ `${APP_URL}/signin?${UTM_PARAMS}${getRef(props)}&signupintent=sdk`,
28
getSdkLicensesUrl: (props: UrlProps) =>
29
- `${APP_URL}/dashboard/sdk/licenses?${UTM_PARAMS}${getRef(props)}`,
+ `${APP_URL}/dashboard/sdk/licenses?${UTM_PARAMS}${getRef(props)}&signupintent=sdk`,
30
getAiLandingUrl: (ref = "") =>
31
`${APP_URL}/ai?${UTM_PARAMS}${getRef({ ref })}`,
32
getHomeUrl: () => "/",
0 commit comments