chore: update manifest permalink root
This commit is contained in:
@@ -219,7 +219,7 @@ function PostPage({
|
|||||||
const bannerTxId = postFrontmatter.banner || post.frontmatter?.banner || post.bannerTxId;
|
const bannerTxId = postFrontmatter.banner || post.frontmatter?.banner || post.bannerTxId;
|
||||||
const publishedDate = getReadableDate(postFrontmatter.date || post.publishedAt);
|
const publishedDate = getReadableDate(postFrontmatter.date || post.publishedAt);
|
||||||
const updatedDate = getReadableDate(postFrontmatter.updated || post.updated || undefined);
|
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 (
|
return (
|
||||||
<article className="post">
|
<article className="post">
|
||||||
|
|||||||
Reference in New Issue
Block a user