Skip to content

Commit ea1e6ef

Browse files
committed
add open graph image
1 parent 03c16b5 commit ea1e6ef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

app/layout.jsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@ import './globals.css';
22

33
export const metadata = {
44
title: '₿OSS Challenge',
5-
description: '₿OSS Challenge – start your career in bitcoin open source',
5+
description: '₿OSS Challenge - start your career in bitcoin open source',
6+
openGraph: {
7+
title: '₿OSS Challenge',
8+
description: '₿OSS Challenge - start your career in bitcoin open source',
9+
images: ['/img/boss-challenge.png'],
10+
},
11+
twitter: {
12+
card: 'summary_large_image',
13+
title: '₿OSS Challenge',
14+
description: '₿OSS Challenge - start your career in bitcoin open source',
15+
images: ['/img/boss-challenge.png'],
16+
},
617
};
718

819
export default function RootLayout({ children }) {

public/img/boss-challenge.png

10.3 KB
Loading

0 commit comments

Comments
 (0)