mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
feat!: site refresh + dependency update
This commit is contained in:
+6
-3
@@ -34,10 +34,13 @@
|
||||
if (!id || navigator.doNotTrack === "1")
|
||||
return;
|
||||
|
||||
window["clarity"] ??= function ()
|
||||
// @ts-expect-error -- Clarity adds itself to the window object
|
||||
window.clarity ??= function ()
|
||||
{
|
||||
window["clarity"].q ??= [];
|
||||
window["clarity"].q.push(arguments);
|
||||
// @ts-expect-error -- Clarity adds itself to the window object
|
||||
window.clarity.q ??= [];
|
||||
// @ts-expect-error -- Clarity adds itself to the window object
|
||||
window.clarity.q.push(arguments);
|
||||
};
|
||||
|
||||
/** @type {HTMLScriptElement} */
|
||||
|
||||
Reference in New Issue
Block a user