Skip to content

Commit 7a482be

Browse files
🐛 修复页脚RSS指向链接
1 parent a6c55fe commit 7a482be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/MDXContent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default function MDXContent({ children }) {
107107
</a>
108108
<a
109109
className="button button--link"
110-
href={`${siteConfig.url}/rss.xml`}
110+
href={`${siteConfig.url}/blog/rss.xml`}
111111
target="_blank"
112112
rel="noreferrer noopener"
113113
aria-label="rss reader link"

0 commit comments

Comments
 (0)