We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c16b5 commit ea1e6efCopy full SHA for ea1e6ef
app/layout.jsx
@@ -2,7 +2,18 @@ import './globals.css';
2
3
export const metadata = {
4
title: '₿OSS Challenge',
5
- description: '₿OSS Challenge – start your career in bitcoin open source',
+ description: '₿OSS Challenge - start your career in bitcoin open source',
6
+ openGraph: {
7
+ title: '₿OSS Challenge',
8
9
+ images: ['/img/boss-challenge.png'],
10
+ },
11
+ twitter: {
12
+ card: 'summary_large_image',
13
14
15
16
17
};
18
19
export default function RootLayout({ children }) {
public/img/boss-challenge.png
10.3 KB
0 commit comments