From 7c973ac48a66c28eda470c247b0f0cdd152d9404 Mon Sep 17 00:00:00 2001 From: polsevev Date: Tue, 22 Oct 2024 21:11:01 +0200 Subject: [PATCH] Change tracking code --- src/components/BaseHead.astro | 3 +++ src/pages/index.astro | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 08e50f3..bec6f5c 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -45,3 +45,6 @@ const { title, description, image = '/self.png' } = Astro.props; + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 89f6fc9..2560cd0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,6 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts"; -