Added analytics
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 1m33s
All checks were successful
Build and Deploy Astro Landing / deploy (push) Successful in 1m33s
This commit is contained in:
parent
d1b5e4518a
commit
10500c5492
1 changed files with 4 additions and 0 deletions
|
|
@ -51,3 +51,7 @@ const { title, description, image = FallbackImage } = Astro.props;
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://analytics.midcreative.eu/script.js"
|
||||||
|
data-website-id="8bb6c1a1-17df-4882-a267-ce35df273d44"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue