feat: remove stylesheet of RSS feed

A third-party stylesheet should not be a part of template.
This commit is contained in:
HPCesia 2025-04-02 15:16:05 +08:00
parent a1c4dfe214
commit 03a70c675e
2 changed files with 0 additions and 142 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,6 @@ export const GET: APIRoute = async function (context) {
title: siteConfig.title,
description: siteConfig.subtitle,
site: context.site || '',
stylesheet: '/rss/pretty-feed-v3.xsl',
items: posts.map((post) => ({
title: post.data.title,
pubDate: post.data.published,