Add goatcounter script
All checks were successful
Deploy website / deploy (push) Successful in 14s

This commit is contained in:
luaneko 2024-12-04 07:55:59 +11:00
parent f76f0da5c6
commit 8322ccd210
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -21,6 +21,11 @@ const { title, className } = Astro.props;
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<script
data-goatcounter="https://stat.lua.re/count"
async
src="//stat.lua.re/count.js"></script>
<title>{title ?? "lua.re"}</title> <title>{title ?? "lua.re"}</title>
</head> </head>
<body class={className}> <body class={className}>