chore: update manifest permalink root

This commit is contained in:
fn
2026-04-01 13:10:57 +01:00
parent c8e045f3b5
commit 38919b5760

View File

@@ -219,7 +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}`;
const permalink = `https://7lr6wbfgqfyjnmm7s7c65hysjxlpj47yedt3asj7nwdvoyup2blq.arweave.net/${post.slug}`;
return (
<article className="post">