We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103315a commit a6f2570Copy full SHA for a6f2570
1 file changed
src/app/layout.tsx
@@ -97,6 +97,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
97
<html lang="en">
98
<head>
99
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }} />
100
+ <script defer src="https://tracker-mauve-sigma.vercel.app/t.js" data-project="commitmentissues" />
101
</head>
102
<body className={`${spaceGrotesk.variable} ${unifraktur.variable} ${lora.variable} antialiased`}>
103
<ScannerBanner />
0 commit comments