Forgot to update the path
Test / test (push) Failing after 46s
Details
Test / test (push) Failing after 46s
Details
This commit is contained in:
parent
ff37214122
commit
ce510450f7
|
|
@ -15,7 +15,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
||||||
<meta charSet="utf-8" />
|
<meta charSet="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<Meta />
|
<Meta />
|
||||||
<ManifestLink manifestUrl="/public/site.webmanifest" />
|
<ManifestLink manifestUrl="/site.webmanifest" />
|
||||||
<Links />
|
<Links />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue