Skip to content

Commit

Permalink
Fix update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 6, 2023
1 parent 3bfe32a commit 9b467cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const config = {

// Docs: https://docusaurus.io/docs/api/themes/configuration
themeConfig: {
image: "img/jan-social-card.png",
image: "img/og-image.png",
// Only for react live
liveCodeBlock: {
playgroundPosition: "bottom",
Expand Down Expand Up @@ -158,7 +158,7 @@ const config = {
},
{
property: "og:image",
content: "https://jan.ai/img/jan-social-card.png",
content: "https://jan.ai/img/og-image.png",
},
{ property: "og:type", content: "website" },
{ property: "twitter:card", content: "summary_large_image" },
Expand All @@ -171,7 +171,7 @@ const config = {
},
{
property: "twitter:image",
content: "https://jan.ai/img/jan-social-card.png",
content: "https://jan.ai/img/og-image.png",
},
],
headTags: [
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default function Home() {
<>
<Banner />
<Layout
title={`${siteConfig.tagline}`}
description="Jan is a ChatGPT-alternative that runs on your own computer, with a local API server."
title="Jan | Open-source ChatGPT Alternative"
description="Jan runs 100% offline on your computer, utilizes open-source AI models, prioritizes privacy, and is highly customizable."
>
<main>
<div className="grid grid-cols-1 lg:grid-cols-12 -mt-1 gap-8 items-center relative min-h-[calc(100vh-96px)] ">
Expand Down
File renamed without changes

0 comments on commit 9b467cf

Please sign in to comment.