|
|
@ -374,8 +374,6 @@ function Home({ initialSettings }) {
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
<meta name="msapplication-TileColor" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
|
|
|
<meta name="msapplication-TileColor" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
|
|
|
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
|
|
|
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
|
|
|
<link rel="preload" href="/api/config/custom.css" as="style" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/api/config/custom.css" /> {/* eslint-disable-line @next/next/no-css-tags */}
|
|
|
|
|
|
|
|
</Head>
|
|
|
|
</Head>
|
|
|
|
|
|
|
|
|
|
|
|
<Script src="/api/config/custom.js" />
|
|
|
|
<Script src="/api/config/custom.js" />
|
|
|
|