Skip to content

Commit d19444b

Browse files
committed
Remove chat_bot_from_docs
1 parent 470f18c commit d19444b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,16 +340,16 @@ module.exports = {
340340
async: true,
341341
defer: true,
342342
},
343-
{
343+
/*{
344344
src: "/docs/scripts/chat.js",
345345
async: true,
346346
defer: true,
347347
},
348-
// {
349-
// src: "/scripts/fullstory.js",
350-
// async: true,
351-
// defer: true,
352-
// },
348+
{
349+
src: "/scripts/fullstory.js",
350+
async: true,
351+
defer: true,
352+
},*/
353353
],
354354
};
355355

static/scripts/chat.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// hubspot.js
1+
/*hubspot.js
22
const script = document.createElement("script");
33
script.type = "text/javascript";
44
script.id = "hs-script-loader";
55
script.async = true;
66
script.defer = true;
77
script.src = "//js-na1.hs-scripts.com/43912677.js";
8-
document.head.appendChild(script);
8+
document.head.appendChild(script)*/

0 commit comments

Comments
 (0)