blog: ids should link to urbit.org

This commit is contained in:
Matilde Park 2022-06-22 15:31:39 -07:00
parent 7f49187c7a
commit 9cbb5e092c

View File

@ -45,7 +45,7 @@ export default function BlogPost({ post, markdown, nextPost, previousPost }) {
<div className="type-sub-bold mr-2">{post.extra.author}</div>
) : null}
{post.extra.ship ? (
<Link href={`/ids/${post.extra.ship}`} passHref>
<Link href={`https://urbit.org/ids/${post.extra.ship}`} passHref>
<a className="type-sub-bold text-wall-500 font-mono">
{post.extra.ship}
</a>