chore: update manifest permalink root

This commit is contained in:
fn
2026-04-02 10:39:42 +01:00
parent 38919b5760
commit 12ec4fbae6
2 changed files with 2 additions and 2 deletions

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

View File

@@ -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";