mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 18:51:31 +08:00
feat: add rss
This commit is contained in:
@ -45,7 +45,7 @@ const mdProjects = allPosts
|
||||
.map((post) => ({
|
||||
title: post.data.title,
|
||||
description: post.data.description || '',
|
||||
url: post.data.projectUrl ? post.data.projectUrl : `/posts/${post.slug}`,
|
||||
url: post.data.projectUrl ? post.data.projectUrl : `/blog/${post.slug}`,
|
||||
imagePath: post.data.coverImage,
|
||||
altText: post.data.title,
|
||||
isExternal: !!post.data.projectUrl
|
||||
|
Reference in New Issue
Block a user