aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/rss.xml.js
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-08-13 20:24:43 -0700
committerPinapelz <yukais@pinapelz.com>2026-08-13 20:24:43 -0700
commit6bd7c45dd6c477c2f288a26f9dddcaff6b14d73e (patch)
tree98e85a5d1dd0f97a7aa300582f924a4f9d76b3ad /src/pages/rss.xml.js
parentb913e45faa5b9c4d78f1b575818a7e96b8678ce8 (diff)
migrate codebase to astro blog v7
Diffstat (limited to 'src/pages/rss.xml.js')
-rw-r--r--src/pages/rss.xml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/rss.xml.js b/src/pages/rss.xml.js
index 83f4946..5c0c9bc 100644
--- a/src/pages/rss.xml.js
+++ b/src/pages/rss.xml.js
@@ -17,7 +17,7 @@ export async function GET(context) {
site: context.site,
items: posts.map((post) => ({
...post.data,
- link: `/${post.collection}/${post.slug}/`,
+ link: `/${post.collection}/${post.id}/`,
})),
});
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage