Oops, forgot to add a link to the manifest
Test / test (push) Failing after 39s Details

This commit is contained in:
Jeff 2024-09-21 21:24:30 -04:00
parent a0894c06a0
commit a912958b93
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Meta />
<Links />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
{children}