Skip to content

Commit e204225

Browse files
committed
👌 IMPROVE: BaseAI site OG image
1 parent 279d2b0 commit e204225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎apps/baseai.dev/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ export const metadata: Metadata = {
1313
openGraph: {
1414
title: 'BaseAI - Web AI Framework',
1515
description: `BaseAI is the first web AI framework. Deployable with Langbase the composable serverless AI cloud. Built with a focus on simplicity and composability. Helping developers build AI agents with memory (RAG), and deploy serverless. It's composable by design and offers a simple API to build and deploy any AI agents (AI features).`,
16-
images: ['https://baseai.dev/api/og?title=baseai.dev'],
16+
images: ['https://raw.githubusercontent.com/LangbaseInc/docs-images/refs/heads/main/baseai/baseai-ogg.jpg'],
1717
siteName: 'BaseAI'
1818
},
1919
twitter: {
2020
card: 'summary_large_image',
2121
title: 'BaseAI - Web AI Framework',
2222
creator: '@LangbaseInc',
2323
description: `BaseAI is the first web AI framework. Deployable with Langbase the composable serverless AI cloud. Built with a focus on simplicity and composability. Helping developers build AI agents with memory (RAG), and deploy serverless. It's composable by design and offers a simple API to build and deploy any AI agents (AI features).`,
24-
images: ['https://baseai.dev/api/og?title=baseai.dev']
24+
images: ['https://raw.githubusercontent.com/LangbaseInc/docs-images/refs/heads/main/baseai/baseai-ogg.jpg']
2525
},
2626
authors: [{ name: 'Langbase, Inc.' }],
2727
robots: {

0 commit comments

Comments
 (0)