From 38919b5760e0867b101181ca8a95255fc676caaf Mon Sep 17 00:00:00 2001 From: xylophonez Date: Wed, 1 Apr 2026 13:10:57 +0100 Subject: [PATCH] chore: update manifest permalink root --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 0950754..e5712a2 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://p2gmoq6mwa5dyl25lkkqprhh3rlgpgtpyb6rhcnggwnsfz5xwdfa.arweave.net/${post.slug}`; + const permalink = `https://7lr6wbfgqfyjnmm7s7c65hysjxlpj47yedt3asj7nwdvoyup2blq.arweave.net/${post.slug}`; return (