Skip to content

Commit

Permalink
fix: Added Author as "PhillyJS Club"
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoccia committed Feb 1, 2025
1 parent efe9681 commit acc0988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/feed[.atom].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function loader() {
title: event.topics.join(" "),
id: event.link,
link: event.link,
author: [{ name: " " }],
author: [{ name: "PhillyJS Club" }],
date: new Date(
new Date(event.date).getFullYear(),
new Date(event.date).getMonth(),
Expand Down

0 comments on commit acc0988

Please sign in to comment.