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: packages/web/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The API host to use for tracking. This is useful for setting up reverse proxies
42
42
43
43
### `shortDomain`
44
44
45
-
The short domain you're using on Dub for your short links. For security purposes, this must be a subdomain of your website's domain. This is required for client-side click-tracking.
45
+
The custom domain you're using on Dub for your short links.
Copy file name to clipboardExpand all lines: packages/web/src/types.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ export interface AnalyticsProps {
8
8
apiHost?: string;
9
9
10
10
/**
11
-
* The short domain you're using on Dub for your short links. For security purposes, this must be a subdomain of your website's domain. This is required for client-side click-tracking.
12
-
* @example 'example.com'
11
+
* The custom domain you're using on Dub for your short links.
0 commit comments