We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e567d commit f27864eCopy full SHA for f27864e
1 file changed
src/layouts/BaseLayout.astro
@@ -1,5 +1,6 @@
1
---
2
import FooterNav from "@components/FooterNav.astro";
3
+import GoogleAnalytics from "@components/GoogleAnalytics.astro";
4
import HeaderNav from "@components/HeaderNav.astro";
5
import "../styles/global.css";
6
@@ -35,6 +36,10 @@ const currentPath = Astro.url.pathname;
35
36
<html lang="en" class="scroll-smooth">
37
<head>
38
<meta charset="UTF-8" />
39
+
40
+ <!-- Google Analytics -->
41
+ <GoogleAnalytics id="G-LKVQYYL9XZ" />
42
43
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
44
<meta name="description" content={description} />
45
<meta name="author" content="Avaab Razzaq" />
0 commit comments