Skip to content

Commit

Permalink
Merge pull request #2719 from owid/add-alternate-feed-redirect
Browse files Browse the repository at this point in the history
🔨 we had  a /feed to /atom.xml redirect but were missing /feed/
  • Loading branch information
danyx23 authored Oct 10, 2023
2 parents 3a61e0f + fff6ca2 commit 5fce399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baker/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const getRedirects = async () => {
const staticRedirects = [
// RSS feed
"/feed /atom.xml 302",
"/feed/ /atom.xml 302",

// Entries and blog (we should keep these for a while)
"/entries / 302",
Expand Down

0 comments on commit 5fce399

Please sign in to comment.