Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8aceef

Browse files
committed
add metadata
1 parent 127008f commit d8aceef

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

app/layout.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ const inter = Inter({ subsets: ["latin"] });
77
export const metadata = {
88
title: "Savage Maps",
99
description: "Interactive maps powered by D3.js",
10+
openGraph: {
11+
title: "Savage Maps",
12+
siteName: "Savage Maps",
13+
description: "Interactive maps powered by D3.js",
14+
locale: "en_US",
15+
type: "website",
16+
url: "https://savagemaps.com",
17+
images: [
18+
{
19+
url: "/public/savage-maps-preview.png",
20+
width: 1600,
21+
height: 900,
22+
alt: "Savage Maps social preview image",
23+
},
24+
],
25+
},
1026
};
1127

1228
export default function RootLayout({ children }) {

0 commit comments

Comments
 (0)