Skip to content

Commit b8f348c

Browse files
restore gtag
1 parent 940d3d3 commit b8f348c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/BaseLayout.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Footer from "../components/base/Footer.astro";
44
import "../styles/global.scss";
55
import { CookieBar } from "../components/base/CookieBar/CookieBar";
66
// import Clarity from "../components/analytics/Clarity.astro";
7-
// import Google from "../components/analytics/Google.astro";
7+
import Google from "../components/analytics/Google.astro";
88
99
const favSizes = [
1010
16, 32, 57, 60, 70, 72, 76, 96, 114, 120, 128, 144, 150, 152, 180, 192, 310, 384, 512,
@@ -53,7 +53,7 @@ const { url, title, description, featuredImage, imageWidth, imageHeight } = Astr
5353
}
5454
<link rel="icon" type="image/ico" href="/favicon/favicon.ico" />
5555
<link rel="sitemap" href="/sitemap-index.xml" />
56-
<!-- <Google /> -->
56+
<Google />
5757
</head>
5858
<body>
5959
<slot />

0 commit comments

Comments
 (0)