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"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "Naomi's Portfolio",
|
||||||
description: "Generated by create next app",
|
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({
|
export default function RootLayout({
|
||||||
@ -18,6 +27,7 @@ export default function RootLayout({
|
|||||||
}>) {
|
}>) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<link rel="icon" href="https://cdn.nhcarrigan.com/logo.png" sizes="any" />
|
||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
{children}
|
{children}
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user