feat: open graph data

This commit is contained in:
Naomi Carrigan 2024-08-24 19:54:22 -07:00
parent dd357454ad
commit b5c5f6b204
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
2 changed files with 12 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@ -7,8 +7,17 @@ import Script from "next/script";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Naomi's Portfolio",
description:
"This page tells you everything you could ever want to know about Naomi and her consulting firm nhcarrigan.",
openGraph: {
images: "https://cdn.nhcarrigan.com/background.png",
},
twitter: {
card: "summary_large_image",
site: "@naomi_lgbt",
images: "https://cdn.nhcarrigan.com/background.png",
},
};
export default function RootLayout({
@ -18,6 +27,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<link rel="icon" href="https://cdn.nhcarrigan.com/logo.png" sizes="any" />
<body className={inter.className}>
{children}
<header>