chore: add PWA manifest
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m37s

This commit is contained in:
Nathan Lamy 2025-07-30 20:53:41 +02:00
parent 82f57df18c
commit b0fdf297ee

View file

@ -47,6 +47,9 @@ export function Layout({ children }: { children: React.ReactNode }) {
href="/apple-touch-icon.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{/* PWA Manifest */}
<meta name="theme-color" content="#ffffff" />
<link rel="manifest" href="manifest.webmanifest" />
<Meta />
<Links />
</head>