generated from nhcarrigan/template
feat: open graph data
This commit is contained in:
parent
dd357454ad
commit
b5c5f6b204
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user