1 parent ec2f18f commit a39b5bcCopy full SHA for a39b5bc
1 file changed
docs/app/layout.tsx
@@ -1,4 +1,5 @@
1
import type { Metadata } from 'next'
2
+import { Analytics } from '@vercel/analytics/next'
3
import ReportIssueButton from './components/ReportIssueButton'
4
import './globals.css'
5
@@ -28,6 +29,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
28
29
<body>
30
{children}
31
<ReportIssueButton />
32
+ <Analytics />
33
</body>
34
</html>
35
)
0 commit comments