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 `