Skip to content

Commit 8b00852

Browse files
authored
Merge pull request #22 from sddevx/sam/open-graph-metadata
Add open-graph metadata
2 parents 0f48e80 + 475fc51 commit 8b00852

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

app/layout.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ import Footer from "./components/Footer"
66

77
export const metadata: Metadata = {
88
title: "San Diego DEVx",
9-
description: "All things Software Development"
9+
description: "Fostering developer community through events and open-source projects.",
10+
openGraph: {
11+
type: "website",
12+
url: "https://devx.network",
13+
title: "San Diego DEVx",
14+
description: "Fostering developer community through events and open-source projects.",
15+
images: "https://devx.network/images/devx-og-image.png"
16+
}
1017
}
1118

1219
export default function RootLayout({

public/images/DEVxCover.png

129 KB
Loading

public/images/devx-og-image.png

218 KB
Loading

0 commit comments

Comments
 (0)