Bring over minor changes from website
This commit is contained in:
parent
c1a59ed51a
commit
e49618ee8e
3 changed files with 15 additions and 6 deletions
|
|
@ -31,7 +31,7 @@ export const GET: APIRoute = async ({ site }) => {
|
|||
return rss({
|
||||
title: "Gallery | Bad Manners",
|
||||
description: "Stories, games, and more by Bad Manners.",
|
||||
site: site,
|
||||
site,
|
||||
xmlns: { atom: "http://www.w3.org/2005/Atom" },
|
||||
customData: `<link href="${site}" rel="alternate" type="text/html" /><atom:link href="${new URL("feed.xml", site)}" rel="self" type="application/rss+xml" />`,
|
||||
items: await Promise.all(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue