Skip to content

Commit

Permalink
fix: rss文件图片链接失效
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed Oct 29, 2024
1 parent 162a90d commit 998c273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/utils/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function createRssFileZH(config: SiteConfig) {
id: hostname,
link: hostname,
language: "zh-Hans",
image: "https://justin3go.com/ava.jpg",
image: "https://oss.justin3go.com/justin3goAvatar.jpg",
favicon: `https://oss.justin3go.com/justin3goAvatar.ico`,
copyright: "Copyright© 2021-present Justin3go",
});
Expand Down Expand Up @@ -57,7 +57,7 @@ export async function createRssFileEN(config: SiteConfig) {
id: hostname,
link: hostname,
language: "en-US",
image: "https://justin3go.com/ava.jpg",
image: "https://oss.justin3go.com/justin3goAvatar.jpg",
favicon: `https://oss.justin3go.com/justin3goAvatar.ico`,
copyright: "Copyright© 2021-present Justin3go",
});
Expand Down

0 comments on commit 998c273

Please sign in to comment.