Skip to content

Commit 89b2af6

Browse files
arturfracalaArtur Fracala
and
Artur Fracala
authored
feat: migrate chat widget to production (#1550)
Co-authored-by: Artur Fracala <[email protected]>
1 parent 4af6daa commit 89b2af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/core/seo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function SEO({ desc, keywords, title, subtitle, robots }) {
5757
__html: `
5858
window.__lc = window.__lc || {};
5959
window.__lc.license = 1520;
60-
;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/staging/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
60+
;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[LiveChatWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.livechatinc.com/tracking.js",t.head.appendChild(n)}};!n.__lc.asyncInit&&e.init(),n.LiveChatWidget=n.LiveChatWidget||e}(window,document,[].slice))
6161
`,
6262
}}
6363
/>

0 commit comments

Comments
 (0)