We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f48e80 + 475fc51 commit 8b00852Copy full SHA for 8b00852
app/layout.tsx
@@ -6,7 +6,14 @@ import Footer from "./components/Footer"
6
7
export const metadata: Metadata = {
8
title: "San Diego DEVx",
9
- description: "All things Software Development"
+ 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
15
+ images: "https://devx.network/images/devx-og-image.png"
16
+ }
17
}
18
19
export default function RootLayout({
public/images/DEVxCover.png
129 KB
public/images/devx-og-image.png
218 KB
0 commit comments