mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Update index.jsx
This commit is contained in:
parent
9fb0917054
commit
768107cde8
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ function Home({ initialSettings }) {
|
||||||
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
<link rel="preload" href="/api/config/custom.css" as="fetch" crossorigin="anonymous" />
|
<link rel="preload" href="/api/config/custom.css" as="fetch" crossOrigin="anonymous" />
|
||||||
<style data-name="custom.css">
|
<style data-name="custom.css">
|
||||||
<FileContent path="custom.css"
|
<FileContent path="custom.css"
|
||||||
loadingValue="/* Loading custom CSS... */"
|
loadingValue="/* Loading custom CSS... */"
|
||||||
|
@ -321,7 +321,7 @@ function Home({ initialSettings }) {
|
||||||
emptyValue="/* No custom CSS */"
|
emptyValue="/* No custom CSS */"
|
||||||
/>
|
/>
|
||||||
</style>
|
</style>
|
||||||
<link rel="preload" href="/api/config/custom.js" as="fetch" crossorigin="anonymous" />
|
<link rel="preload" href="/api/config/custom.js" as="fetch" crossOrigin="anonymous" />
|
||||||
<script data-name="custom.js">
|
<script data-name="custom.js">
|
||||||
<FileContent path="custom.js"
|
<FileContent path="custom.js"
|
||||||
loadingValue="/* Loading custom JS... */"
|
loadingValue="/* Loading custom JS... */"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue