Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vercel Fix #3

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
test hydration supress
amcdnl committed Jun 7, 2024
commit d593db983ef4e98d755d53a2e9be4a98a9eab210
2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ export default function Document() {
/>
</Head>
<body>
<Main />
<Main suppressHydrationWarning />
<NextScript />
</body>
</Html>