From 88f8d9d69cd3cb7b804844ee002e318196ef0ed6 Mon Sep 17 00:00:00 2001 From: Bryan Zettler Date: Wed, 23 Mar 2022 13:46:53 -0500 Subject: [PATCH] tweaks --- packages/site/.env.development | 2 +- packages/site/.env.production | 2 +- packages/site/pages/profile/[entity].tsx | 9 ++++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packages/site/.env.development b/packages/site/.env.development index 6590c718..f907ec7b 100644 --- a/packages/site/.env.development +++ b/packages/site/.env.development @@ -1,4 +1,4 @@ -NEXT_PUBLIC_SITE_URL=https:http://localhost:3000 +NEXT_PUBLIC_SITE_URL=https://localhost:3000 NEXT_PUBLIC_SOLANA_API_URL=https://api.devnet.solana.com NEXT_PUBLIC_WUMBO_IDENTITY_SERVICE_URL=https://prod-identity.teamwumbo.com NEXT_PUBLIC_APP_REDIRECT_URL="https://app.wum.bo" diff --git a/packages/site/.env.production b/packages/site/.env.production index 313ebd14..71c5819e 100644 --- a/packages/site/.env.production +++ b/packages/site/.env.production @@ -1,4 +1,4 @@ -NEXT_PUBLIC_SITE_URL=https:http://wum.bo +NEXT_PUBLIC_SITE_URL=https://wum.bo NEXT_PUBLIC_SOLANA_API_URL=https://wumbo.genesysgo.net NEXT_PUBLIC_WUMBO_IDENTITY_SERVICE_URL=https://prod-identity.teamwumbo.com NEXT_PUBLIC_APP_REDIRECT_URL="https://app.wum.bo" \ No newline at end of file diff --git a/packages/site/pages/profile/[entity].tsx b/packages/site/pages/profile/[entity].tsx index 3f1de30e..ffa1a5cd 100644 --- a/packages/site/pages/profile/[entity].tsx +++ b/packages/site/pages/profile/[entity].tsx @@ -73,7 +73,14 @@ const ProfileEntityMapper: NextPage = ({ url: `${SITE_URL}/profile/${entityRaw}`, title: name, description: description, - images: [{ url: image }], + images: [ + { + url: image, + width: 800, + height: 600, + alt: `${name} Wumbo Profile Alt`, + }, + ], }} twitter={{ cardType: "summary_large_image",