Skip to content

Commit

Permalink
update layouts to only single og image
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed May 4, 2024
1 parent 5636f24 commit 5332ab1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
12 changes: 0 additions & 12 deletions app/(embeds)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,6 @@ export const metadata: Metadata = {
height: 627,
alt: "growthepie.xyz",
},
{
url: "https://www.growthepie.xyz/logo_full.png",
width: 772,
height: 181,
alt: "growthepie.xyz",
},
{
url: "https://www.growthepie.xyz/logo_pie_only.png",
width: 168,
height: 181,
alt: "growthepie",
},
],
locale: "en_US",
type: "website",
Expand Down
12 changes: 0 additions & 12 deletions app/(fees)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,6 @@ export const metadata: Metadata = {
height: 627,
alt: "growthepie.xyz",
},
{
url: `https://${host}/logo_full.png`,
width: 772,
height: 181,
alt: "growthepie.xyz",
},
{
url: `https://${host}/logo_pie_only.png`,
width: 168,
height: 181,
alt: "growthepie",
},
],
locale: "en_US",
type: "website",
Expand Down
14 changes: 1 addition & 13 deletions app/(layout)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,14 @@ export const metadata: Metadata = {
title: "growthepie",
description: "Growing Ethereum’s Ecosystem Together",
url: "https://www.growthepie.xyz",

images: [
{
url: "https://www.growthepie.xyz/gtp_og.png",
width: 1200,
height: 627,
alt: "growthepie.xyz",
},
{
url: "https://www.growthepie.xyz/logo_full.png",
width: 772,
height: 181,
alt: "growthepie.xyz",
},
{
url: "https://www.growthepie.xyz/logo_pie_only.png",
width: 168,
height: 181,
alt: "growthepie",
},
],
locale: "en_US",
type: "website",
Expand Down Expand Up @@ -174,7 +163,6 @@ export default function RootLayout({
<SidebarContainer />
<div className="flex flex-col flex-1 overflow-y-auto z-10 overflow-x-hidden relative min-h-full bg-white dark:bg-inherit">
<div className="w-full relative min-h-full">

<div className="background-container">
<div className="background-gradient-group">
<div className="background-gradient-yellow"></div>
Expand Down

0 comments on commit 5332ab1

Please sign in to comment.