Skip to content

Commit 2ce93a5

Browse files
committed
added caht widget
1 parent 375db8f commit 2ce93a5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docusaurus.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ module.exports = {
1616
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
1717

1818
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+
},
1927
{
20-
src: 'https://www.lambdatest.com/resources/js/zohoscript.js',
28+
src: 'https://staging.lambdatestinternal.com/resources/js/salesforce_chatwidget.js',
2129
defer: true,
2230
},
2331
{

0 commit comments

Comments
 (0)