|
|
@ -4,10 +4,6 @@ export default function Document() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Html>
|
|
|
|
<Html>
|
|
|
|
<Head>
|
|
|
|
<Head>
|
|
|
|
<meta
|
|
|
|
|
|
|
|
name="description"
|
|
|
|
|
|
|
|
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
|
|
<link rel="manifest" href="/site.webmanifest?v=4" crossOrigin="use-credentials" />
|
|
|
|
<link rel="manifest" href="/site.webmanifest?v=4" crossOrigin="use-credentials" />
|
|
|
|
<link rel="preload" href="/api/config/custom.css" as="style" />
|
|
|
|
<link rel="preload" href="/api/config/custom.css" as="style" />
|
|
|
|