Merge pull request #2592 from omnivore-app/feat/web-rename-rss-to-feeds
Rename rss to feeds in web (redirect from rss to feeds)
This commit is contained in:
@ -66,6 +66,16 @@ const moduleExports = {
|
||||
destination: '/support',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/settings/rss/',
|
||||
destination: '/settings/feeds',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/settings/rss/add',
|
||||
destination: '/settings/feeds/add',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/settings/subscriptions/newsletters',
|
||||
destination: '/settings/emails',
|
||||
|
||||
Reference in New Issue
Block a user