Skip to content

Commit a29d849

Browse files
committed
add og data
1 parent 8bbe20b commit a29d849

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

apps/landing/public/og-image.png

149 KB
Loading

apps/landing/src/app/layout.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ export const metadata: Metadata = {
1515
canonical: 'https://devup-ui.com',
1616
},
1717
metadataBase: new URL('https://devup-ui.com'),
18+
openGraph: {
19+
title: 'Devup UI',
20+
description: 'Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor',
21+
images: ['https://devup-ui.com/og-image.png'],
22+
siteName: 'Devup UI',
23+
type: 'website',
24+
url: 'https://devup-ui.com',
25+
},
1826
}
1927

2028
export default function RootLayout({

0 commit comments

Comments
 (0)