Skip to content

Commit 6f4d7df

Browse files
committed
update dependencies and TypeScript configuration
1 parent 7d89044 commit 6f4d7df

5 files changed

Lines changed: 700 additions & 248 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "next/core-web-vitals"
2+
"extends": ["next/core-web-vitals"]
33
}

app/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export default function RootLayout({
1515
<title>Smit Devrukhkar</title>
1616
<link rel="icon" href="/favicon.ico" />
1717
<meta name="description" content="Smit Devrukhkar's personal website" />
18-
<body className={jetbrains.className}>{children}</body>
18+
<body className={jetbrains.className} suppressHydrationWarning>
19+
{children}
20+
</body>
1921
</html>
2022
);
2123
}

0 commit comments

Comments
 (0)