fix: update feed.xml to use /md/ URLs for posts
This commit is contained in:
parent
6497f485e1
commit
ccec4d274a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export async function GET(context: APIContext) {
|
|||
...posts.map(post => ({
|
||||
title: post.data.title,
|
||||
pubDate: post.data.date,
|
||||
link: `/blog/${post.id}`,
|
||||
link: `/md/${post.id}`,
|
||||
description: post.data.title,
|
||||
})),
|
||||
...txtFiles.map(txt => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue