Skip to content

Commit f5bdc5f

Browse files
committed
Chore: manually add web app manifest link to layout
1 parent 5170d9a commit f5bdc5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export default function RootLayout({
6363
src={`https://${process.env.NEXT_PUBLIC_ANALYTICS_URL}/script.js`}
6464
data-website-id={process.env.NEXT_PUBLIC_ANALYTICS_TOKEN}
6565
></script>
66+
<link rel="manifest" href="manifest.webmanifest" />
6667
<link rel="preconnect" href={process.env.NEXT_PUBLIC_POCKETBASE_URL} />
6768
<link rel="preconnect" href="https://api.github.com" />
6869
</head>

0 commit comments

Comments
 (0)