Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: Tile
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 30, 2024
1 parent e82867e commit 6def2d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/baseai.dev/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: {
template: 'BaseAI - The first AI framework for web',
default: 'BaseAI'
template: 'BaseAI - Web AI Framework',
default: 'BaseAI - Web AI Framework'
},
description: `BaseAI helps developers locally build AI agents, memory (RAG), and then deploy them to a highly scalable API. It is the first AI framework for Web. It's composable by design and offers a simple API to build and deploy any AI agents (AI features).`,
openGraph: {
title: 'BaseAI - The first AI framework for web',
title: 'BaseAI - Web AI Framework',
description: `BaseAI helps developers locally build AI agents, memory (RAG), and then deploy them to a highly scalable API. It is the first AI framework for Web. It's composable by design and offers a simple API to build and deploy any AI agents (AI features).`,
images: ['https://baseai.dev/api/og?title=baseai.dev'],
siteName: 'BaseAI'
},
twitter: {
card: 'summary_large_image',
title: 'BaseAI - The first AI framework for web',
title: 'BaseAI - Web AI Framework',
creator: '@LangbaseInc',
description: `BaseAI helps developers locally build AI agents, memory (RAG), and then deploy them to a highly scalable API. It is the first AI framework for Web. It's composable by design and offers a simple API to build and deploy any AI agents (AI features).`,
images: ['https://baseai.dev/api/og?title=baseai.dev']
Expand Down

0 comments on commit 6def2d9

Please sign in to comment.