Skip to content

Commit 7fd907a

Browse files
committed
fix:正确修改rss生成的icon
1 parent 04926e8 commit 7fd907a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/rss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export async function generateRss(props) {
5454
description: DESCRIPTION,
5555
link: `${LINK}/${SUB_PATH}`,
5656
language: LANG,
57-
favicon: `${LINK}/favicon.png`,
57+
favicon: `${LINK}/favicon.svg`,
5858
copyright: `All rights reserved ${year}, ${AUTHOR}`,
5959
author: {
6060
name: AUTHOR,

0 commit comments

Comments
 (0)