Skip to content

Commit 0ef7d0e

Browse files
committed
fix og title description
1 parent 08a02cc commit 0ef7d0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/src/app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ const reactHtml = await codeToHtml(reactCode, {
103103
import type { Metadata } from 'next';
104104

105105
export const metadata: Metadata = {
106-
title: 'gnata-sqlite',
107-
description: 'End-to-end JSONata 2.x in Go — SQLite extension, WASM LSP, CodeMirror editor, composable React widget',
106+
title: 'gnata-sqlite — End-to-end JSONata 2.x for SQLite, with React Editor',
107+
description: 'Let end-users write JSONata expressions against SQLite data. Loadable SQLite extension, 85KB TinyGo WASM LSP with autocomplete and hover docs, and a composable React editor widget. Open source, MIT licensed.',
108108
};
109109

110110
export default async function HomePage() {

0 commit comments

Comments
 (0)