Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const geistMono = Geist_Mono({
subsets: ["latin"],
});

const SITE_TITLE = "OpenUI The Open Standard for Generative UI";
const SITE_TITLE = "OpenUI - The Open Standard for Generative UI";
const SITE_DESCRIPTION =
"OpenUI is a full-stack Generative UI framework with a compact streaming-first language, a React runtime with built-in components, and ready-to-use chat interfacesusing up to 67% fewer tokens than JSON.";
const SITE_IMAGE = "/docs/images/home/meta-image.png";
"OpenUI is a full-stack Generative UI framework with a compact streaming-first language, a React runtime with built-in components, and ready-to-use chat interfaces - using up to 67% fewer tokens than JSON.";
const SITE_IMAGE = "/meta-image.png";

export const metadata: Metadata = {
metadataBase: new URL(BASE_URL),
Expand Down
Loading