You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/baseai.dev/src/app/layout.tsx
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
import{Providers}from'@/app/providers';
2
+
importIntercomClientfrom'@/components/intercom';
2
3
import'@/styles/tailwind.css';
3
4
import{Inter}from'next/font/google';
4
5
constinter=Inter({subsets: ['latin']});
@@ -13,23 +14,27 @@ export async function generateMetadata() {
13
14
openGraph: {
14
15
title: 'BaseAI - The first Web AI Framework',
15
16
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).`,
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).`,
0 commit comments