diff --git a/src/App.tsx b/src/App.tsx index e5712a2..99d5973 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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 (
diff --git a/src/config.ts b/src/config.ts index a5e65e5..beabb50 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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";