Skip to content

Commit

Permalink
Merge pull request #1564 from zetkin/issue-1563/redirect-views-to-lists
Browse files Browse the repository at this point in the history
Add redirect from ../views to .../lists
  • Loading branch information
richardolsson authored Sep 30, 2023
2 parents c947731 + c9ec6cb commit a167606
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ module.exports = {
source: '/organize/:orgId/campaigns/:path*',
destination: '/organize/:orgId/projects/:path*',
permanent: false,
},
{
source: '/organize/:orgId/people/views/:path*',
destination: '/organize/:orgId/people/lists/:path*',
permanent: false,
}
];
},
Expand Down

0 comments on commit a167606

Please sign in to comment.