Skip to content

Commit 09aad2a

Browse files
authored
chore: update default share image to new webp asset (#417)
1 parent 62e7a61 commit 09aad2a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

api/seo.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jest.mock('fs', () => {
1414
<meta name="description" content="Decentraland is where you hang out online." />
1515
<meta property="og:title" content="Decentraland — Come Hang Out">
1616
<meta property="og:description" content="Decentraland is where you hang out online.">
17-
<meta property="og:image" content="https://marketing-files.decentraland.org/uploads/1778180121903_decentraland-background.png">
17+
<meta property="og:image" content="https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp">
1818
<meta property="og:site_name" content="Decentraland">
1919
<meta name="twitter:title" content="Decentraland — Come Hang Out">
2020
<meta name="twitter:description" content="Decentraland is where you hang out online.">
21-
<meta name="twitter:image" content="https://marketing-files.decentraland.org/uploads/1778180121903_decentraland-background.png">
21+
<meta name="twitter:image" content="https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp">
2222
<meta name="twitter:card" content="summary_large_image">
2323
<meta name="twitter:site" content="@decentraland">
2424
<meta name="twitter:creator" content="@decentraland">

api/seo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const EVENTS_API_URL = process.env['EVENTS_API_URL'] ?? 'https://events.decentra
2828
const PLACES_API_URL = process.env['PLACES_API_URL'] ?? 'https://places.decentraland.org/api'
2929

3030
// Brand share-card hosted on the marketing CDN so it stays editable without a sites redeploy.
31-
const SHARE_IMAGE_URL = 'https://marketing-files.decentraland.org/uploads/1778180121903_decentraland-background.png'
31+
const SHARE_IMAGE_URL = 'https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp'
3232

3333
const DEFAULTS = {
3434
title: 'Decentraland Blog | Updates, Stories, and Community Moments',

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<meta name="description" content="Decentraland is where you hang out online. Join movie screenings, live music, trivia, and other community events. Show up anytime and see who's around." />
2121
<meta property="og:title" content="Decentraland — Come Hang Out">
2222
<meta property="og:description" content="Decentraland is where you hang out online. Join movie screenings, live music, trivia, and other community events. Show up anytime and see who's around." />
23-
<meta property="og:image" content="https://marketing-files.decentraland.org/uploads/1778180121903_decentraland-background.png">
23+
<meta property="og:image" content="https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp">
2424
<meta property="og:site_name" content="Decentraland">
2525
<meta name="twitter:title" content="Decentraland — Come Hang Out">
2626
<meta name="twitter:description" content="Decentraland is where you hang out online. Join movie screenings, live music, trivia, and other community events. Show up anytime and see who's around.">
27-
<meta name="twitter:image" content="https://marketing-files.decentraland.org/uploads/1778180121903_decentraland-background.png">
27+
<meta name="twitter:image" content="https://marketing-files.decentraland.org/uploads/1778186218133_decentraland-background.webp">
2828
<meta name="twitter:card" content="summary_large_image">
2929
<meta name="twitter:site" content="@decentraland">
3030
<meta name="twitter:creator" content="@decentraland">

0 commit comments

Comments
 (0)