Adding site metrics
This commit is contained in:
parent
e4a725b781
commit
54cdc43981
1 changed files with 3 additions and 1 deletions
|
@ -87,6 +87,8 @@ const siteLang = siteConfig.lang.replace('_', '-')
|
|||
<meta property="og:title" content={pageTitle}>
|
||||
<meta property="og:description" content={description || pageTitle}>
|
||||
|
||||
<script defer src="https://umami-fks8gsg.zelkova.hack13.dev/script.js" data-website-id="3c7655f2-821e-4387-b548-3c64c046a623"></script>
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content={Astro.url}>
|
||||
<meta name="twitter:title" content={pageTitle}>
|
||||
|
@ -345,4 +347,4 @@ if (window.swup.hooks) {
|
|||
#banner-wrapper
|
||||
top: -120px
|
||||
opacity: 0
|
||||
</style>
|
||||
</style>
|
||||
|
|
Reference in a new issue