diff --git a/src/App.tsx b/src/App.tsx index 774da0c..0950754 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -219,6 +219,7 @@ function PostPage({ const bannerTxId = postFrontmatter.banner || post.frontmatter?.banner || post.bannerTxId; const publishedDate = getReadableDate(postFrontmatter.date || post.publishedAt); const updatedDate = getReadableDate(postFrontmatter.updated || post.updated || undefined); + const permalink = `https://p2gmoq6mwa5dyl25lkkqprhh3rlgpgtpyb6rhcnggwnsfz5xwdfa.arweave.net/${post.slug}`; return (
@@ -230,6 +231,9 @@ function PostPage({ {updatedDate && Updated {updatedDate}} {post.readingTime && {post.readingTime} min read} {post.wordCount && {post.wordCount} words} + + [permalink] + {bannerTxId && (