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 name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<Meta />
|
<Meta />
|
||||||
<Links />
|
<Links />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{children}
|
{children}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue