We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fce9d5 commit 583dc9bCopy full SHA for 583dc9b
1 file changed
website/docusaurus.config.ts
@@ -263,6 +263,16 @@ const config: Config = {
263
sizes: '16x16',
264
href: '/favicon-16x16.png'
265
}
266
+ },
267
+ {
268
+ tagName: 'script',
269
+ attributes: {
270
+ type: 'text/javascript',
271
+ id: 'hs-script-loader',
272
+ async: 'true',
273
+ defer: 'true',
274
+ src: '//js.hs-scripts.com/46107967.js'
275
+ }
276
277
],
278
0 commit comments