diff --git a/.vitepress/hooks/rss.ts b/.vitepress/hooks/rss.ts index 81e4ca9f5..9b8473803 100644 --- a/.vitepress/hooks/rss.ts +++ b/.vitepress/hooks/rss.ts @@ -40,7 +40,7 @@ export async function generateFeed(config: SiteConfig): Promise { id: `${meta.hostname}${url.replace(/\/\d+\./, '/')}`, link: `${meta.hostname}${url.replace(/\/\d+\./, '/')}`, date: frontmatter.date, - content: html! + content: html?.replaceAll('​', ''), }) }