Skip to content

Commit bbbb8e6

Browse files
author
Ritika Mishra
committed
updated layout.tsx to include link of manifest
1 parent ff19697 commit bbbb8e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ export default function RootLayout({
4747
}>) {
4848
return (
4949
<html lang="en" suppressHydrationWarning>
50+
<head>
51+
<link rel="manifest" href={`${basePath}/manifest.json`} /> {/* ✅ Dynamic manifest */}
52+
</head>
5053
<body
5154
className={cn(
5255
lobsterTwo.variable,
@@ -67,4 +70,4 @@ export default function RootLayout({
6770
</body>
6871
</html>
6972
);
70-
}
73+
}

0 commit comments

Comments
 (0)