Feat: Add analytics tracker to all pages

This commit is contained in:
2026-02-26 20:01:21 -08:00
parent 66698dc8fa
commit e1d7a8b8c3

View File

@@ -33,6 +33,7 @@ export const shellHead = ({ title, desc, image, url, type = "website" }) => `<!d
<meta name="theme-color" content="#fcfcfa" /> <meta name="theme-color" content="#fcfcfa" />
${url ? `<link rel="canonical" href="${url}" />` : ""} ${url ? `<link rel="canonical" href="${url}" />` : ""}
<link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="${SITE_URL}/rss.xml" /> <link rel="alternate" type="application/rss+xml" title="apophenia.news RSS" href="${SITE_URL}/rss.xml" />
<script defer src="https://c.planetrenox.com/tracker.js"></script>
<script type="module" src="/main.js"></script> <script type="module" src="/main.js"></script>
</head> </head>
<body> <body>