Skip to content

Commit

Permalink
Add Vercel Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Dec 18, 2024
1 parent 78b1f05 commit e96d06f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/chessroulette-web/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { SpeedInsights } from "@vercel/speed-insights/next"
import { SpeedInsights } from '@vercel/speed-insights/next';
import { Analytics } from '@vercel/analytics/react';
import { Metadata } from 'next';
import '../styles.css';

Expand All @@ -25,6 +26,7 @@ export default function RootLayout({
src="https://scripts.simpleanalyticscdn.com/latest.js"
/>
<SpeedInsights />
<Analytics />
</html>
);
}

0 comments on commit e96d06f

Please sign in to comment.