mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Rename rss to feeds in web (redirect from rss to feeds)
This commit is contained in:
parent
40bbb3f972
commit
ded8c0ef2f
3 changed files with 10 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue