Skip to content

Commit ab34375

Browse files
committed
Remove the HubSpot script loader
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent 202f5f2 commit ab34375

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

docusaurus.config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -216,21 +216,6 @@ const config: Config = {
216216
],
217217
],
218218

219-
scripts: [
220-
// HubSpot tracking script (production only)
221-
...(isProductionDeploy
222-
? [
223-
{
224-
id: 'hs-script-loader',
225-
type: 'text/javascript',
226-
src: '//js-na2.hs-scripts.com/42544743.js',
227-
async: true,
228-
defer: true,
229-
},
230-
]
231-
: []),
232-
],
233-
234219
themeConfig: {
235220
colorMode: {
236221
defaultMode: 'dark',

0 commit comments

Comments
 (0)