Feat: replace Tianji with GoatCounter analytics

Co-authored-by: gemini-3.5-flash <gemini@google.com>
This commit is contained in:
2026-05-31 15:24:08 -07:00
parent 5776fec206
commit 36feb0047c

View File

@@ -33,7 +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 async defer src="https://tianji.planetrenox.com/tracker.js" data-website-id="cmpubmjbz00033meg7a4y2i4p"></script> <script data-goatcounter="https://apophenia.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<script type="module" src="/main.js"></script> <script type="module" src="/main.js"></script>
</head> </head>
<body> <body>