Disable eslint warning
This commit is contained in:
parent
ea08864c2a
commit
5e29c631cb
@ -391,7 +391,7 @@ function Home({ initialSettings }) {
|
||||
<meta name="msapplication-TileColor" 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" />
|
||||
<link rel="stylesheet" href="/api/config/custom.css" /> {/* eslint-disable-line @next/next/no-css-tags */}
|
||||
</Head>
|
||||
|
||||
<Script src="/api/config/custom.js" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user