From f25b4dcac10cf3eada937b259c250d7fa075378e Mon Sep 17 00:00:00 2001 From: angel Date: Thu, 3 Jul 2025 03:48:09 +0000 Subject: [PATCH] fix: update NEXT_PUBLIC_COMMIT_SHA in .env.local and add suppressHydrationWarning to html tag --- .env.local | 2 +- app/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.local b/.env.local index fb4f361..6cd5bf1 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=95e3682 +NEXT_PUBLIC_COMMIT_SHA=579eb74 diff --git a/app/layout.tsx b/app/layout.tsx index ddfa77d..931441a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -45,7 +45,7 @@ interface LayoutProps { export default function Layout({ children }: LayoutProps) { return ( - +