mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
add meta tag
This commit is contained in:
parent
8bc240b934
commit
d6f6ea9dba
@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from "next/document";
|
|||||||
export default function Document() {
|
export default function Document() {
|
||||||
return (
|
return (
|
||||||
<Html>
|
<Html>
|
||||||
<Head />
|
<Head>
|
||||||
|
<meta description="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">
|
<body className="relative w-full h-full bg-theme-50 dark:bg-theme-800 transition duration-150 ease-in-out">
|
||||||
<Main />
|
<Main />
|
||||||
<NextScript />
|
<NextScript />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user