Skip to content

Commit

Permalink
Fix the Hydration issues on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Dec 20, 2024
1 parent 80a06f5 commit 8844bd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/chessroulette-web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}</body>
<body>
{children}
<SpeedInsights />
</body>

{/* Simple Analytics */}
<script
data-collect-dnt="true"
async
src="https://scripts.simpleanalyticscdn.com/latest.js"
/>
<SpeedInsights />
<Analytics />
</html>
);
Expand Down

0 comments on commit 8844bd4

Please sign in to comment.