Skip to content

Commit 8bda87e

Browse files
committed
k
1 parent b733c4d commit 8bda87e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/public/og-image.jpg

35.5 KB
Loading

website/public/og-image.png

-371 KB
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ export const metadata: Metadata = {
108108
title: 'gnata-sqlite — End-to-end JSONata 2.x for SQLite, with React Editor',
109109
description: 'Let end-users write JSONata expressions against SQLite data. Loadable SQLite extension, 145 KB TinyGo WASM LSP with autocomplete and hover docs, and a composable React editor widget. Open source, MIT licensed.',
110110
openGraph: {
111-
images: `${basePath}/og-image.png`,
111+
images: `${basePath}/og-image.jpg`,
112112
},
113113
twitter: {
114114
card: 'summary_large_image',
115-
images: `${basePath}/og-image.png`,
115+
images: `${basePath}/og-image.jpg`,
116116
},
117117
};
118118

0 commit comments

Comments
 (0)