Skip to content

Commit

Permalink
adding descritpion
Browse files Browse the repository at this point in the history
  • Loading branch information
mlake committed Dec 4, 2024
1 parent d59959a commit 258d7d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ class MyDocument extends Document {
<link rel="icon" href="/favicon.ico" />
<meta
name="description"
content="See pictures from Next.js Conf and the After Party."
content="Old glass negatives found in the family attic"
/>
<meta property="og:site_name" content="nextjsconf-pics.vercel.app" />
<meta property="og:site_name" content="tranchart.alleywayapps.com" />
<meta
property="og:description"
content="See pictures from Next.js Conf and the After Party."
content="Old glass negatives found in the family attic"
/>
<meta property="og:title" content="Next.js Conf 2022 Pictures" />
<meta property="og:title" content="Plaques famile Tranchart" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Next.js Conf 2022 Pictures" />
<meta name="twitter:title" content="Plaques famile Tranchart" />
<meta
name="twitter:description"
content="See pictures from Next.js Conf and the After Party."
content="Old glass negatives found in the family attic"
/>
</Head>
<body className="bg-black antialiased">
Expand Down

0 comments on commit 258d7d4

Please sign in to comment.