Merge pull request #61 from janhq/fix/#49

chore: update legacy web app seo metadata
This commit is contained in:
NamH 2023-09-05 21:44:27 -07:00 committed by GitHub
commit 83e21250a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,12 @@ import SessionProviderWrapper from "@/_components/SessionProviderWrapper";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Free AI Image Generator and Interact with Ai Chat - Jan.ai",
title: "Jan",
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.",
metadataBase: new URL(process.env.NEXT_PUBLIC_WEB_URL || "https://cloud.jan.ai"),
"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"
),
openGraph: {
images: "/images/preview.jpg",
},