We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375db8f commit 2ce93a5Copy full SHA for 2ce93a5
docusaurus.config.js
@@ -16,8 +16,16 @@ module.exports = {
16
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
17
18
scripts: [
19
+ // {
20
+ // src: 'https://www.lambdatest.com/resources/js/zohoscript.js',
21
+ // defer: true,
22
+ // },
23
+ {
24
+ src: 'https://staging.lambdatestinternal.com/resources/js/sf_chat.js',
25
+ defer: true,
26
+ },
27
{
- src: 'https://www.lambdatest.com/resources/js/zohoscript.js',
28
+ src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
29
defer: true,
30
},
31
0 commit comments