adding images everywhere
This commit is contained in:
parent
b466018fa6
commit
04dc0830c9
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
|
@ -10,6 +10,12 @@ const dm = DM_Sans({ subsets: ["latin"], variable: "--display-font" });
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "./raj",
|
title: "./raj",
|
||||||
description: "My experiments",
|
description: "My experiments",
|
||||||
|
twitter: {
|
||||||
|
card: "summary_large_image",
|
||||||
|
site: "@xrehpicx",
|
||||||
|
creator: "@xrehpicx",
|
||||||
|
images: ["https://raj.how/opengraph-image.png"],
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
Loading…
Reference in New Issue