Skip to content

Commit

Permalink
change opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy1900 committed Sep 10, 2024
1 parent 986f987 commit 600a540
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
openGraph:
site_name: Unicode Digital
images:
- url: '~/images/icon.png'
- url: '~/assets/images/icon.png'
width: 600
height: 628
type: website
Expand Down
30 changes: 15 additions & 15 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -262,98 +262,98 @@ const metadata = {
title: 'Polkadot',
description: "Polkadot is a platform working on scalability within blockchain networks.",
icon: 'flat-color-icons:template',
image: {src:"./images/defi/polkdot.png"}
image: {src:"images/defi/polkdot.png"}
},
{
title: 'Chiliz',
description:
"Chiliz is a blockchain platform developed by Maltese-based sports company Mediarex.",
// icon: 'flat-color-icons:gallery',
image: {src:"./images/defi/chiliz.png"}
image: {src:"images/defi/chiliz.png"}
},
{
title: 'SSV Network',
description:
'SSV is a secure and scalable staking infrastructure.',
// icon: 'flat-color-icons:approval',
image: {src:"./images/defi/ssv.png"}
image: {src:"images/defi/ssv.png"}
},
{
title: 'Celer Network',
description:
"Celer is a blockchain interoperability protocol enabling a one-click user experience accessing multiple chains.",
// icon: 'flat-color-icons:document',
image: {src:"./images/defi/celer.jpg"}
image: {src:"images/defi/celer.jpg"}
},
{
title: 'Gravity',
description:
'Gravity is a Layer 1 blockchain designed for mass adoption and an omnichain future.',
// icon: 'flat-color-icons:advertising',
image: {src:"./images/defi/gravity.jpg"}
image: {src:"images/defi/gravity.jpg"}
},
{
title: 'Ankr',
description: 'Ankr provides a comprehensive suite to power Polygon with global RPC nodes, liquid staking solutions, and Supernets creation as a service for best-in-class EVM performance.',
// icon: 'flat-color-icons:currency-exchange',
image: {src:"./images/defi/ankr.png"}
image: {src:"images/defi/ankr.png"}
},
{
title: 'ImutableX',
description: 'Immutable is the leading Layer 2 for NFTs and blockchain gaming, secured by Ethereum.',
// icon: 'flat-color-icons:voice-presentation',
image: {src:"./images/defi/ImutableX.jpg"}
image: {src:"images/defi/ImutableX.jpg"}
},
{
title: 'SpaceID',
description:
'One-stop Web3 Domain & Identity Platform.',
// icon: 'flat-color-icons:business-contact',
image: {src:"./images/defi/spaceid.jpg"}
image: {src:"images/defi/spaceid.jpg"}
},
{
title: 'GMX',
description: "Decentralized Perpetual Exchange",
// icon: 'flat-color-icons:database',
image: {src:"./images/defi/gmx.jpg"}
image: {src:"images/defi/gmx.jpg"}
},
{
title: 'Hashflow',
description: 'Hashflow uses an off-chain RFQ model to provide the best prices directly from professional market makers.',
// icon: 'flat-color-icons:voice-presentation',
image: {src:"./images/defi/hashflow.jpg"}
image: {src:"images/defi/hashflow.jpg"}
},
{
title: 'Chromia',
description:
'Chromia combines blockchain with relational databases. For dapps with smarter features, fairer fees, and richer worlds.',
// icon: 'flat-color-icons:business-contact',
image: {src:"./images/defi/Chromia.png"}
image: {src:"images/defi/Chromia.png"}
},
{
title: 'Curve',
description: "Curve Finance is a decentralized exchange (DEX) that facilitates seamless and optimized trading of stablecoins, ensuring minimal price impact.",
// icon: 'flat-color-icons:database',
image: {src:"./images/defi/Curve.jpg"}
image: {src:"images/defi/Curve.jpg"}
},
{
title: 'Convex',
description: 'Convex is not a blockchain but a radical new approach to the consensus problem.',
// icon: 'flat-color-icons:voice-presentation',
image: {src:"./images/defi/Convex.jpg"}
image: {src:"images/defi/Convex.jpg"}
},
{
title: 'Space and Time',
description:
'Space and Time is a decentralized replacement for your blockchain indexing service, data warehouse, and API servers, all secured by our sub-second ZK coprocessor for SQL.',
// icon: 'flat-color-icons:business-contact',
image: {src:"./images/defi/spacetime.png"}
image: {src:"images/defi/spacetime.png"}
},
{
title: 'Zebec',
description: "Decentralized infrastructure network for seamless flows of real-world value.",
// icon: 'flat-color-icons:database',
image: {src:"./images/defi/Zebec.jpg"}
image: {src:"images/defi/Zebec.jpg"}
},
]}
>
Expand Down

1 comment on commit 600a540

@vercel
Copy link

@vercel vercel bot commented on 600a540 Sep 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.