feat: Add preconnect link to images.weserv.nl in document head

This commit is contained in:
kuekhaoyang
2025-11-24 17:19:36 +08:00
parent 5c4023b05c
commit f4830652bf
+3
View File
@@ -28,6 +28,9 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<link rel="preconnect" href="https://images.weserv.nl" />
</head>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
suppressHydrationWarning