chore: update legacy web app seo metadata
Signed-off-by: James <james@jan.ai>
This commit is contained in:
parent
86f0ffc7d1
commit
b5a7b5d0c8
@ -8,10 +8,12 @@ import SessionProviderWrapper from "@/_components/SessionProviderWrapper";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Free AI Image Generator and Interact with Ai Chat - Jan.ai",
|
title: "Jan",
|
||||||
description:
|
description:
|
||||||
"Create unique ai images or chat with open source AI models trained on various models. Run Open Source Ai Models on our GPUs, and make them accessible in one user-friendly app.",
|
"Self-hosted, local, AI Inference Platform that scales from personal use to production deployments for a team.",
|
||||||
metadataBase: new URL(process.env.NEXT_PUBLIC_WEB_URL || "https://cloud.jan.ai"),
|
metadataBase: new URL(
|
||||||
|
process.env.NEXT_PUBLIC_WEB_URL ?? "https://cloud.jan.ai"
|
||||||
|
),
|
||||||
openGraph: {
|
openGraph: {
|
||||||
images: "/images/preview.jpg",
|
images: "/images/preview.jpg",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user