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 }