Skip to content

Commit 6def2d9

Browse files
committed
πŸ‘Œ IMPROVE: Tile
1 parent e82867e commit 6def2d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Žapps/baseai.dev/src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ const inter = Inter({ subsets: ['latin'] });
66

77
export const metadata: Metadata = {
88
title: {
9-
template: 'BaseAI - The first AI framework for web',
10-
default: 'BaseAI'
9+
template: 'BaseAI - Web AI Framework',
10+
default: 'BaseAI - Web AI Framework'
1111
},
1212
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).`,
1313
openGraph: {
14-
title: 'BaseAI - The first AI framework for web',
14+
title: 'BaseAI - Web AI Framework',
1515
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).`,
1616
images: ['https://baseai.dev/api/og?title=baseai.dev'],
1717
siteName: 'BaseAI'
1818
},
1919
twitter: {
2020
card: 'summary_large_image',
21-
title: 'BaseAI - The first AI framework for web',
21+
title: 'BaseAI - Web AI Framework',
2222
creator: '@LangbaseInc',
2323
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).`,
2424
images: ['https://baseai.dev/api/og?title=baseai.dev']

0 commit comments

Comments
Β (0)