Skip to content

Commit

Permalink
chore(web-main): add Produktly header
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Limon authored and emielvanseveren committed Dec 8, 2024
1 parent 11f8400 commit 5a513b2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/web-main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
</style>

<script id="global-config" src="/env.js"></script>
<script>
(function (w, d, f) {
var a = d.getElementsByTagName('head')[0];
var s = d.createElement('script');
s.async = 1;
s.src = f;
s.setAttribute('id', 'produktlyScript');
s.dataset.clientToken = "35fa6a12f75360fb014339bd6e71975367bef5f92f8d1e2fd2e67db7e2daccd5535068f8d95b1befcbb6659a347c8377ea91edd288732ba1338d1ea0d9fa427e8205a59e9c8caa14ec8d8822833d99272d8c986e53de8d4dd139b04425c7e03142ec3ed2";
a.appendChild(s);
})(window, document, "https://public.produktly.com/js/main.js");
</script>
</head>

<body>
Expand All @@ -56,4 +67,4 @@
<script type="module" src="/src/index.tsx"></script>
</body>

</html>
</html>

0 comments on commit 5a513b2

Please sign in to comment.