Oops, forgot to add a link to the manifest
Test / test (push) Failing after 39s
Details
Test / test (push) Failing after 39s
Details
This commit is contained in:
parent
a0894c06a0
commit
a912958b93
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue