Skip to content

Commit a3dd63b

Browse files
authored
tweaks
1 parent 80ea5b6 commit a3dd63b

File tree

1 file changed

+0
-2
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+0
-2
lines changed

src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,11 @@ To add a CNAME record to your DNS settings:
176176

177177
To reduce fetching assets from Segment's CDN, you can bundle Analytics.js with your own code.
178178

179-
180179
To bundle Analytics.js with your own code, you can:
181180
* [Use Analytics.js as an npm package](https://github.com/segmentio/analytics-next/tree/master/packages/browser#-using-as-an-npm-package){:target="_blank"}.
182181

183182
* [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.
184183

185-
186184
* Hardcode your settings instead of fetching from the CDN (not recommended -- bypass the Segment souce configuration GUI completely).
187185
```ts
188186
// npm-only

0 commit comments

Comments
 (0)