mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 08:20:34 +00:00
lighthouse requirements
This commit is contained in:
parent
990ae8464e
commit
086bfa310f
9 changed files with 21 additions and 6 deletions
|
@ -4,7 +4,10 @@ export default function Document() {
|
|||
return (
|
||||
<Html>
|
||||
<Head>
|
||||
<meta description="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations." />
|
||||
<meta
|
||||
name="description"
|
||||
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
|
||||
/>
|
||||
</Head>
|
||||
<body className="relative w-full h-full bg-theme-50 dark:bg-theme-800 transition duration-150 ease-in-out">
|
||||
<Main />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue