Forgot to update the path
Test / test (push) Failing after 46s Details

This commit is contained in:
Jeff 2024-09-21 22:03:06 -04:00
parent ff37214122
commit ce510450f7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<Meta />
<ManifestLink manifestUrl="/public/site.webmanifest" />
<ManifestLink manifestUrl="/site.webmanifest" />
<Links />
</head>
<body>