fix: update NEXT_PUBLIC_COMMIT_SHA in .env.local and add suppressHydrationWarning to html tag

This commit is contained in:
2025-07-03 03:48:09 +00:00
committed by GitHub
parent 579eb740c0
commit f25b4dcac1
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ interface LayoutProps {
export default function Layout({ children }: LayoutProps) {
return (
<html lang="en">
<html lang="en" suppressHydrationWarning>
<head>
<script
dangerouslySetInnerHTML={{