We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202f5f2 commit ab34375Copy full SHA for ab34375
1 file changed
docusaurus.config.ts
@@ -216,21 +216,6 @@ const config: Config = {
216
],
217
218
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
-
234
themeConfig: {
235
colorMode: {
236
defaultMode: 'dark',
0 commit comments