Skip to content

Commit

Permalink
added tawk and google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-vaibhav committed Oct 15, 2023
1 parent b96f70b commit 07f91a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ gtag('js', new Date());
gtag('config', 'G-6GJXBWMVYT');`,
},
{
tag: "script",
content: `var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement('script'),
s0 = document.getElementsByTagName('script')[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/6522af59eb150b3fb99f4378/1hc7npufb';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();`,
},
],
title: "Backroad",
tableOfContents: false,
Expand Down

0 comments on commit 07f91a8

Please sign in to comment.