We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc406b commit be7b64aCopy full SHA for be7b64a
1 file changed
src/layouts/Layout.astro
@@ -35,6 +35,15 @@ const structuredData = {
35
<!doctype html>
36
<html lang="en" class="scroll-smooth">
37
<head>
38
+ <!-- Google tag (gtag.js) -->
39
+ <script is:inline async src="https://www.googletagmanager.com/gtag/js?id=G-Q59L35YFPW"></script>
40
+ <script is:inline>
41
+ window.dataLayer = window.dataLayer || [];
42
+ function gtag(){dataLayer.push(arguments);}
43
+ gtag('js', new Date());
44
+ gtag('config', 'G-Q59L35YFPW');
45
+ </script>
46
+
47
<meta charset="UTF-8" />
48
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
49
<meta name="description" content={description} />
0 commit comments