chore: change the rss style link.
This commit is contained in:
parent
9cf0b4eef0
commit
666c439d8e
@ -103,7 +103,7 @@ export const GET = async () => {
|
|||||||
return rss({
|
return rss({
|
||||||
title: options.title,
|
title: options.title,
|
||||||
description: options.description,
|
description: options.description,
|
||||||
stylesheet: '/feed.xsl',
|
stylesheet: urlJoin(import.meta.env.SITE, '/feed.xsl'),
|
||||||
site: import.meta.env.SITE,
|
site: import.meta.env.SITE,
|
||||||
items: feedPosts.map((post) => ({
|
items: feedPosts.map((post) => ({
|
||||||
link: urlJoin(import.meta.env.SITE, post.permalink),
|
link: urlJoin(import.meta.env.SITE, post.permalink),
|
||||||
|
Loading…
Reference in New Issue
Block a user