Skip to content

Commit

Permalink
tweaks (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Mar 23, 2022
1 parent 6f83cfe commit 142aa52
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/site/.env.development
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/site/.env.production
Original file line number Diff line number Diff line change
@@ -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"
9 changes: 8 additions & 1 deletion packages/site/pages/profile/[entity].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit 142aa52

@vercel
Copy link

@vercel vercel bot commented on 142aa52 Mar 23, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

wumbo-site – ./packages/site

wumbo-site.vercel.app
wumbo-site-git-master-strata.vercel.app
wumbo-site-strata.vercel.app
www.wum.bo
wum.bo

Please sign in to comment.