Skip to content

Commit 600a540

Browse files
committed
change opengraph
1 parent 986f987 commit 600a540

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

src/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ metadata:
1818
openGraph:
1919
site_name: Unicode Digital
2020
images:
21-
- url: '~/images/icon.png'
21+
- url: '~/assets/images/icon.png'
2222
width: 600
2323
height: 628
2424
type: website

src/pages/index.astro

+15-15
Original file line numberDiff line numberDiff line change
@@ -262,98 +262,98 @@ const metadata = {
262262
title: 'Polkadot',
263263
description: "Polkadot is a platform working on scalability within blockchain networks.",
264264
icon: 'flat-color-icons:template',
265-
image: {src:"./images/defi/polkdot.png"}
265+
image: {src:"images/defi/polkdot.png"}
266266
},
267267
{
268268
title: 'Chiliz',
269269
description:
270270
"Chiliz is a blockchain platform developed by Maltese-based sports company Mediarex.",
271271
// icon: 'flat-color-icons:gallery',
272-
image: {src:"./images/defi/chiliz.png"}
272+
image: {src:"images/defi/chiliz.png"}
273273
},
274274
{
275275
title: 'SSV Network',
276276
description:
277277
'SSV is a secure and scalable staking infrastructure.',
278278
// icon: 'flat-color-icons:approval',
279-
image: {src:"./images/defi/ssv.png"}
279+
image: {src:"images/defi/ssv.png"}
280280
},
281281
{
282282
title: 'Celer Network',
283283
description:
284284
"Celer is a blockchain interoperability protocol enabling a one-click user experience accessing multiple chains.",
285285
// icon: 'flat-color-icons:document',
286-
image: {src:"./images/defi/celer.jpg"}
286+
image: {src:"images/defi/celer.jpg"}
287287
},
288288
{
289289
title: 'Gravity',
290290
description:
291291
'Gravity is a Layer 1 blockchain designed for mass adoption and an omnichain future.',
292292
// icon: 'flat-color-icons:advertising',
293-
image: {src:"./images/defi/gravity.jpg"}
293+
image: {src:"images/defi/gravity.jpg"}
294294
},
295295
{
296296
title: 'Ankr',
297297
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.',
298298
// icon: 'flat-color-icons:currency-exchange',
299-
image: {src:"./images/defi/ankr.png"}
299+
image: {src:"images/defi/ankr.png"}
300300
},
301301
{
302302
title: 'ImutableX',
303303
description: 'Immutable is the leading Layer 2 for NFTs and blockchain gaming, secured by Ethereum.',
304304
// icon: 'flat-color-icons:voice-presentation',
305-
image: {src:"./images/defi/ImutableX.jpg"}
305+
image: {src:"images/defi/ImutableX.jpg"}
306306
},
307307
{
308308
title: 'SpaceID',
309309
description:
310310
'One-stop Web3 Domain & Identity Platform.',
311311
// icon: 'flat-color-icons:business-contact',
312-
image: {src:"./images/defi/spaceid.jpg"}
312+
image: {src:"images/defi/spaceid.jpg"}
313313
},
314314
{
315315
title: 'GMX',
316316
description: "Decentralized Perpetual Exchange",
317317
// icon: 'flat-color-icons:database',
318-
image: {src:"./images/defi/gmx.jpg"}
318+
image: {src:"images/defi/gmx.jpg"}
319319
},
320320
{
321321
title: 'Hashflow',
322322
description: 'Hashflow uses an off-chain RFQ model to provide the best prices directly from professional market makers.',
323323
// icon: 'flat-color-icons:voice-presentation',
324-
image: {src:"./images/defi/hashflow.jpg"}
324+
image: {src:"images/defi/hashflow.jpg"}
325325
},
326326
{
327327
title: 'Chromia',
328328
description:
329329
'Chromia combines blockchain with relational databases. For dapps with smarter features, fairer fees, and richer worlds.',
330330
// icon: 'flat-color-icons:business-contact',
331-
image: {src:"./images/defi/Chromia.png"}
331+
image: {src:"images/defi/Chromia.png"}
332332
},
333333
{
334334
title: 'Curve',
335335
description: "Curve Finance is a decentralized exchange (DEX) that facilitates seamless and optimized trading of stablecoins, ensuring minimal price impact.",
336336
// icon: 'flat-color-icons:database',
337-
image: {src:"./images/defi/Curve.jpg"}
337+
image: {src:"images/defi/Curve.jpg"}
338338
},
339339
{
340340
title: 'Convex',
341341
description: 'Convex is not a blockchain but a radical new approach to the consensus problem.',
342342
// icon: 'flat-color-icons:voice-presentation',
343-
image: {src:"./images/defi/Convex.jpg"}
343+
image: {src:"images/defi/Convex.jpg"}
344344
},
345345
{
346346
title: 'Space and Time',
347347
description:
348348
'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.',
349349
// icon: 'flat-color-icons:business-contact',
350-
image: {src:"./images/defi/spacetime.png"}
350+
image: {src:"images/defi/spacetime.png"}
351351
},
352352
{
353353
title: 'Zebec',
354354
description: "Decentralized infrastructure network for seamless flows of real-world value.",
355355
// icon: 'flat-color-icons:database',
356-
image: {src:"./images/defi/Zebec.jpg"}
356+
image: {src:"images/defi/Zebec.jpg"}
357357
},
358358
]}
359359
>

0 commit comments

Comments
 (0)