Skip to content

Commit d8cae49

Browse files
[3.3.2][TE-6165]: Use app URL to check user session to initialize Freshchat (#20)
1 parent b79d1af commit d8cae49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module.exports = {
104104
options: {
105105
token: process.env.FRESHCHAT_TOKEN,
106106
host: "https://wchat.freshchat.com",
107-
appEmbedUrl: "https://prestaging.testsigma.com/ui/dashboard",
107+
appEmbedUrl: "https://app.testsigma.com/ui/dashboard",
108108
},
109109
},
110110
{

0 commit comments

Comments
 (0)