chore: add PWA manifest
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m37s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m37s
This commit is contained in:
parent
82f57df18c
commit
b0fdf297ee
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
||||||
href="/apple-touch-icon.png"
|
href="/apple-touch-icon.png"
|
||||||
/>
|
/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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 />
|
<Meta />
|
||||||
<Links />
|
<Links />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue