new card image and description

This commit is contained in:
Gordon 2022-11-22 15:44:22 -08:00
parent 5380ccfc94
commit 17fe9cd142

View File

@ -2,9 +2,9 @@ export default function Meta(post, disableImage) {
const author = post?.extra?.author || "Urbit";
const title = post?.title ? `${post.title} - ` : "";
const description =
post?.description || "Urbit is a personal server built from scratch.";
post?.description || "Urbit provides foundational primitives at the operating system layer, serving as a better platform for building networked, decentralized applications.";
const image =
post?.extra?.image || "https://media.urbit.org/logo/urbit-logo-card.png";
post?.extra?.image || "https://storage.googleapis.com/media.urbit.org/site/opengraph/developers.png";
return (
<>