Change tracking code
This commit is contained in:
parent
0c245cb055
commit
7c973ac48a
2 changed files with 3 additions and 1 deletions
|
@ -45,3 +45,6 @@ const { title, description, image = '/self.png' } = Astro.props;
|
|||
<meta property="twitter:title" content={title} />
|
||||
<meta property="twitter:description" content={description} />
|
||||
<meta property="twitter:image" content={new URL(image, Astro.url)} />
|
||||
|
||||
|
||||
<script defer src="https://umami.polsevev.dev/script.js" data-website-id="84ead158-3295-4160-8b05-48d56cf7337b"></script>
|
|
@ -8,7 +8,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script defer src="https://umami.polsevev.dev/script.js" data-website-id="84ead158-3295-4160-8b05-48d56cf7337b"></script>
|
||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||
<style>
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue