mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 18:51:31 +08:00
feat: use date not publishDate
This commit is contained in:
@ -12,7 +12,7 @@ export const GET = async () => {
|
||||
items: posts.map((post) => ({
|
||||
title: post.data.title,
|
||||
description: post.data.description,
|
||||
pubDate: post.data.publishDate,
|
||||
pubDate: post.data.date,
|
||||
link: `/blog/${post.slug}`
|
||||
}))
|
||||
})
|
||||
|
Reference in New Issue
Block a user