Add example with Next.js 15

This commit is contained in:
Vitaly Rtishchev
2024-10-23 20:01:12 +04:00
parent 8f50381361
commit 80772b4044
4 changed files with 332 additions and 68 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata = {
export default function RootLayout({ children }: { children: any }) {
return (
<html lang="en">
<html lang="en" suppressHydrationWarning>
<head>
<ColorSchemeScript />
<link rel="shortcut icon" href="/favicon.svg" />