Skip to content

Commit

Permalink
Adjusted metadata image
Browse files Browse the repository at this point in the history
  • Loading branch information
namedotget committed Dec 20, 2023
1 parent ba8e918 commit 58725a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/components/layout/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export default function WebsiteHead({
title,
description = defaultDescription,
}: any) {
const image = 'ipfs://QmVyGXVwnWUSCFY2vtYpcVryVyDdLKx4Wi7k57dSoo9Bpf'
const image =
'https://dweb.link/ipfs/QmVyGXVwnWUSCFY2vtYpcVryVyDdLKx4Wi7k57dSoo9Bpf'

return (
<Head>
Expand Down

0 comments on commit 58725a7

Please sign in to comment.