From 709053b27e73271ae1d1d659f64423f86d8329c4 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 18 Jan 2026 22:27:08 +0100 Subject: [PATCH] fix rss --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index f2291ea..560dbfc 100644 --- a/main.ts +++ b/main.ts @@ -85,7 +85,7 @@ async function rss() { ${ articles.map(article => ` ${ article.title } - ${ HOST }/blog/${ article.slug } + ${ HOST }/blog/post/${ article.slug } ${ new Date(article.createdAt).toUTCString() } Daniel Ledda ${ article.teaser }