Skip to content

Commit

Permalink
Add .atom additional path to topical event finder
Browse files Browse the repository at this point in the history
- Ultimately we probably want to retire the topical event finder, but while a produce decision is looked over, we should fix the missing atom feed route.
  • Loading branch information
KludgeKML committed Nov 27, 2024
1 parent b4d3fd8 commit 144041d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/finders/topical_events.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
{
"type": "exact",
"path": "/government/topical-events.json"
},
{
"type": "exact",
"path": "/government/topical-events.atom"
}
]
}

0 comments on commit 144041d

Please sign in to comment.