From b009b4ddb587472a7006581647577d388f614cbe Mon Sep 17 00:00:00 2001 From: Manybugs Date: Tue, 14 Oct 2025 11:26:18 +0900 Subject: [PATCH] fix invalid links of rss items --- feed.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed.page.ts b/feed.page.ts index 50e380a..1e40714 100644 --- a/feed.page.ts +++ b/feed.page.ts @@ -9,7 +9,7 @@ export default function ({ search }: { search: any }) { ); const rssItems = posts.map((post: any) => { - const url = `https://tinyclouds${post.url}`; + const url = `https://tinyclouds.org${post.url}`; const date = new Date(post.publish_date).toUTCString(); return `