config. replace logo (#136)

This commit is contained in:
Manuel
2024-02-18 21:53:51 +01:00
committed by GitHub
parent e3e38e7f44
commit 7d648600ee
6 changed files with 7 additions and 20 deletions

View File

@@ -25,13 +25,13 @@ const fontSans = Inter({
export const metadata: Metadata = {
metadataBase: new URL("http://localhost:3000"),
title: "Create T3 Turbo",
description: "Simple monorepo with shared backend for web & mobile apps",
title: "Homarr",
description: "Simplify the management of your server with Homarr - a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
openGraph: {
title: "Create T3 Turbo",
description: "Simple monorepo with shared backend for web & mobile apps",
url: "https://create-t3-turbo.vercel.app",
siteName: "Create T3 Turbo",
title: "Homarr Dashboard",
description: "Simplify the management of your server with Homarr - a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
url: "https://homarr.dev",
siteName: "Homarr Documentation",
},
twitter: {
card: "summary_large_image",

View File

@@ -5,7 +5,7 @@ interface LogoProps {
size: number;
}
export const homarrLogoPath = "/logo/homarr.png";
export const homarrLogoPath = "/logo/logo.png";
export const homarrPageTitle = "Homarr";
const imageOptions = {