Skip to content

Commit 894140b

Browse files
committed
Rename to rss.xml
1 parent 5e63522 commit 894140b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/(main)/community/events/feed.xml/route.tsx renamed to src/app/(main)/community/events/rss.xml/route.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import RSS from "rss"
33
import { getAllEvents } from "../get-all-events"
44

55
export const dynamic = "force-static"
6-
export const config = { runtime: "edge" }
76

87
export async function GET() {
98
const { upcomingEvents, pastEvents } = await getAllEvents()

src/app/(main)/community/events/subscribe-to-rss-link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import rssImage from "./rss.png"
33
export function SubscribeToRssLink() {
44
return (
55
<a
6-
href="/community/events/feed.xml"
6+
href="/community/events/rss.xml"
77
className="-mx-4 -my-2 flex items-center px-4 py-2 transition-colors hover:bg-neu-100 hover:duration-0 max-md:mb-6"
88
>
99
<span>Subscribe to Events RSS</span>

0 commit comments

Comments
 (0)