Skip to content

Commit

Permalink
fix (icons) metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jan 9, 2025
1 parent 74a1fda commit 5161ef5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/(icons)/icons/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,14 @@ const gtpMain = {

const gtpIcons = {
title: {
absolute: "Open Source Icons - growthepie",
absolute: "growthepie Icons - Open Source Icons for Ethereum",
template: "%s - growthepie",
},
description:
"Explore and download open source icons from growthepie. Freely available icons designed for the Ethereum ecosystem and beyond.",
};

const isIcons =
process.env.NEXT_PUBLIC_VERCEL_URL &&
process.env.NEXT_PUBLIC_VERCEL_URL.includes("icons.");
const isIcons = true;

const host = isIcons ? "icons.growthepie.xyz" : "www.growthepie.xyz";

Expand All @@ -85,7 +83,7 @@ export const metadata: Metadata = {
title,
description,
openGraph: {
title: "Open Source Icons - growthepie",
title: "icons.growthepie.xyz",
description:
"Explore and download open source icons from growthepie. Freely available icons designed for the Ethereum ecosystem and beyond.",
url: `https://${host}`,
Expand Down

0 comments on commit 5161ef5

Please sign in to comment.