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 publishedDate = getReadableDate(postFrontmatter.date || post.publishedAt);
|
||||
const updatedDate = getReadableDate(postFrontmatter.updated || post.updated || undefined);
|
||||
const permalink = `https://7lr6wbfgqfyjnmm7s7c65hysjxlpj47yedt3asj7nwdvoyup2blq.arweave.net/${post.slug}`;
|
||||
const permalink = `https://zpz3tbjvlwkkrkn2talxgib6plcj62d3r3gpjebyinbcu7oa7bjq.arweave.net/${post.slug}`;
|
||||
|
||||
return (
|
||||
<article className="post">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const BLOG_NAME = "hyperzine";
|
||||
export const MANIFEST_TX_ID = "yFEiYEbXL78BgQea-HvqHy2M5s00T0Cd5_Ar4YOx9Pc";
|
||||
export const MANIFEST_TX_ID = "N2zjKSSh5PtGKzCekTJF50yTv3mTIpQnaIXieyPxie8";
|
||||
export const ARWEAVE_GATEWAY = "https://arweave.net";
|
||||
|
||||
export const AO_URL = "https://push-1.forward.computer";
|
||||
|
||||
Reference in New Issue
Block a user