File tree Expand file tree Collapse file tree 3 files changed +275
-9
lines changed Expand file tree Collapse file tree 3 files changed +275
-9
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ module.exports = {
1111 projectName : 'Lambdatest' , // Usually your repo name.
1212 clientModules : [
1313 require . resolve ( './custom.js' ) ,
14+ require . resolve ( './salesforce_chatwidget.js' ) ,
15+ require . resolve ( './sf_chat.js' ) ,
1416 ] ,
1517
1618 plugins : [ require . resolve ( "docusaurus-plugin-image-zoom" ) ] ,
@@ -20,19 +22,19 @@ module.exports = {
2022 // src: 'https://www.lambdatest.com/resources/js/zohoscript.js',
2123 // defer: true,
2224 // },
23- {
24- src : 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js' ,
25- defer : true ,
26- } ,
25+ // {
26+ // src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
27+ // defer: true,
28+ // },
2729 {
2830 src : 'https://staging.lambdatestinternal.com/resources/js/lambda_gtm.js' ,
2931 defer : true ,
3032 } ,
31- {
32- src : 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js' ,
33- defer : true ,
34- onload : "sf_messaging()" ,
35- } ,
33+ // {
34+ // src: 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js',
35+ // defer: true,
36+ // onload: "sf_messaging()",
37+ // },
3638 // {
3739 // src: 'https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js',
3840 // defer: true,
You can’t perform that action at this time.
0 commit comments