Avoid google font waterfall
This commit is contained in:
parent
82c53458df
commit
9142619746
@ -98,6 +98,9 @@ export default function RootLayout({
|
|||||||
// Suppress hydration errors due to next-themes behavior
|
// Suppress hydration errors due to next-themes behavior
|
||||||
suppressHydrationWarning
|
suppressHydrationWarning
|
||||||
>
|
>
|
||||||
|
<head>
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
|
</head>
|
||||||
<body className={clsx(
|
<body className={clsx(
|
||||||
// Center on large screens
|
// Center on large screens
|
||||||
'3xl:flex flex-col items-center',
|
'3xl:flex flex-col items-center',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user