We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d4e261 + 06ee040 commit f2c3baeCopy full SHA for f2c3bae
app/root.tsx
@@ -46,6 +46,21 @@ export function Layout({ children }: { children: React.ReactNode }) {
46
<meta property="og:description" content="学生団体「Object<T>」の公式ホームページです。" />
47
<Meta />
48
<Links />
49
+
50
+ <>
51
+ {/* Google tag (gtag.js) */}
52
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-HGVVRP7374"></script>
53
+ <script
54
+ dangerouslySetInnerHTML={{
55
+ __html: `
56
+ window.dataLayer = window.dataLayer || [];
57
+ function gtag(){dataLayer.push(arguments);}
58
+ gtag('js', new Date());
59
+ gtag('config', 'G-HGVVRP7374');
60
+ `,
61
+ }}
62
+ />
63
+ </>
64
</head>
65
<body>
66
{children}
0 commit comments