feat: add google and bing

This commit is contained in:
KazooTTT
2024-11-25 21:59:38 +08:00
parent 29650452a1
commit 1ba8b94665

View File

@ -25,6 +25,33 @@ const socialImageURL = new URL(ogImage ? ogImage : '/social-card.png', Astro.url
async
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6184816340945344'
crossorigin='anonymous'></script>
<script type='text/javascript'>
;(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
;(c[a].q = c[a].q || []).push(arguments)
}
t = l.createElement(r)
t.async = 1
t.src = 'https://www.clarity.ms/tag/' + i
y = l.getElementsByTagName(r)[0]
y.parentNode.insertBefore(t, y)
})(window, document, 'clarity', 'script', 'kvbyuhu6d2')
</script>
<!-- Google tag (gtag.js) -->
<script async src='https://www.googletagmanager.com/gtag/js?id=G-F4KLD4XCDB'></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-F4KLD4XCDB')
</script>
<title>{siteTitle}</title>
{/* Icons / Favicon */}