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: src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,16 +173,16 @@ To add a CNAME record to your DNS settings:
173
173
174
174
175
175
## Self-Hosting Analytics.js, settings, and destinations
176
-
To reduce or eliminate fetching assets from Segment's CDN, you can bundle analytics.js with your own code.
176
+
To reduce fetching assets from Segment's CDN, you can bundle Analytics.js with your own code.
177
177
178
178
179
179
To bundle Analytics.js with your own code, you can:
180
-
1.Use [Analytics.js as an npm package](https://github.com/segmentio/analytics-next/tree/master/packages/browser#-using-as-an-npm-package).
180
+
*[Use Analytics.js as an npm package](https://github.com/segmentio/analytics-next/tree/master/packages/browser#-using-as-an-npm-package){:target="_blank"}.
181
181
182
-
2.Use [npm to bundle your destinations ](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm) with your own code instead of fetching them from the CDN (advanced optimization -- this is generally not necessary).
182
+
*[Use npm to bundle your destinations ](/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm) with your own code instead of fetching them from the CDN.
183
183
184
184
185
-
3. Hardcode your settings instead of fetching from the CDN (not recommended -- bypass the Segment souce configuration GUI completely).
185
+
* Hardcode your settings instead of fetching from the CDN (not recommended -- bypass the Segment souce configuration GUI completely).
0 commit comments