Compare commits

..

No commits in common. "06e58752b9a44c0215489a2372687be3eec35166" and "53aa95c9c268e49989b48e4c2471c9ed7a8fb876" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "website-headers",
"version": "1.6.0",
"version": "1.5.0",
"description": "",
"main": "index.js",
"type": "module",

View File

@ -24,7 +24,7 @@ const body = document.querySelector("body");
const title = document.querySelector("title");
const description = document.querySelector(`meta[name="description"]`);
const { href: url, hostname, pathname } = window.location;
const { href: url, hostname } = window.location;
// #endregion
@ -314,10 +314,6 @@ analytics.setAttribute("domain", "nhcarrigan.com");
analytics.src
// eslint-disable-next-line stylistic/max-len
= "https://analytics.nhcarrigan.com/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js";
analytics.setAttribute("event-domain", hostname);
analytics.setAttribute("data-domain", "nhcarrigan.com");
analytics.setAttribute("event-page", title?.innerText ?? "Unknown Page");
analytics.setAttribute("event-path", pathname);
const analytics2 = document.createElement("script");
analytics2.innerHTML = `
window.plausible = window.plausible ??