Trying to fix warning

This commit is contained in:
KMKoushik
2024-06-03 19:49:17 +10:00
parent ae7ebb6a34
commit 544b5c1a49
2 changed files with 10 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="en">
{process.env.NODE_ENV === "production" && (
<Script src="https://scripts.simpleanalyticscdn.com/latest.js" />
)}