feat: add metadata
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
+13
-1
@@ -3,7 +3,19 @@ import './globals.css';
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: '⛧',
|
title: '⛧',
|
||||||
description: ''
|
description: '',
|
||||||
|
openGraph: {
|
||||||
|
title: '⛧',
|
||||||
|
description: '.',
|
||||||
|
images: [
|
||||||
|
{
|
||||||
|
url: 'https://neru.rip/ok.jpg',
|
||||||
|
width: 734,
|
||||||
|
height: 1104,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
themeColor: '#fbcfe8'
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user