We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff19697 commit bbbb8e6Copy full SHA for bbbb8e6
src/app/layout.tsx
@@ -47,6 +47,9 @@ export default function RootLayout({
47
}>) {
48
return (
49
<html lang="en" suppressHydrationWarning>
50
+ <head>
51
+ <link rel="manifest" href={`${basePath}/manifest.json`} /> {/* ✅ Dynamic manifest */}
52
+ </head>
53
<body
54
className={cn(
55
lobsterTwo.variable,
@@ -67,4 +70,4 @@ export default function RootLayout({
67
70
</body>
68
71
</html>
69
72
);
-}
73
+}
0 commit comments