Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit b1a0335

Browse files
committed
Fix hubspot script
1 parent c2048f5 commit b1a0335

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/plugins/hubspot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ module.exports = function (context, opts) {
2020
attributes: {
2121
type: 'text/javascript',
2222
id: 'hs-script-loader',
23-
async,
24-
defer,
23+
async: true,
24+
defer: true,
2525
src: `//js.hs-scripts.com/${options.appId}.js`,
2626
},
2727
},

0 commit comments

Comments
 (0)