We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04926e8 commit 7fd907aCopy full SHA for 7fd907a
1 file changed
lib/utils/rss.js
@@ -54,7 +54,7 @@ export async function generateRss(props) {
54
description: DESCRIPTION,
55
link: `${LINK}/${SUB_PATH}`,
56
language: LANG,
57
- favicon: `${LINK}/favicon.png`,
+ favicon: `${LINK}/favicon.svg`,
58
copyright: `All rights reserved ${year}, ${AUTHOR}`,
59
author: {
60
name: AUTHOR,
0 commit comments