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 bbbb8e6 commit 24cf5adCopy full SHA for 24cf5ad
src/app/layout.tsx
@@ -47,9 +47,7 @@ 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>
+ <head><link rel="manifest" href={`${basePath}/manifest.json`} /></head>
53
<body
54
className={cn(
55
lobsterTwo.variable,
0 commit comments