Skip to content

Commit dea5d5c

Browse files
committed
add redirect for changelog rss feed
1 parent 58f6e36 commit dea5d5c

File tree

2 files changed

+5
-130
lines changed

2 files changed

+5
-130
lines changed

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ const nextConfig = {
3636
source: '/@:version(\\d+\\.\\d+)/:slug*',
3737
destination: 'https://:version.sourcegraph.com/:slug*',
3838
permanent: true
39+
},
40+
{
41+
source: '/changelog.rss',
42+
destination: '/technical-changelog.rss',
43+
permanent: true
3944
}
4045
];
4146
}

public/technical-changelog.rss

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)