mirror of
https://github.com/apophenia-news/apophenia.news.git
synced 2026-03-16 19:01:02 +00:00
Feat: Add analytics tracker to all pages
This commit is contained in:
@@ -33,6 +33,7 @@ export const shellHead = ({ title, desc, image, url, type = "website" }) => `<!d
|
||||
<meta name="theme-color" content="#fcfcfa" />
|
||||
${url ? `<link rel="canonical" href="${url}" />` : ""}
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user