Merge pull request #161 from jedmund/fix-tab-urls

Fix tab URLs
This commit is contained in:
Justin Edmund 2023-01-23 02:45:42 -08:00 committed by GitHub
commit 4174c2cfa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,18 @@ module.exports = {
source: '/', source: '/',
destination: '/new', destination: '/new',
}, },
{
source: '/characters',
destination: '/new',
},
{
source: '/summons',
destination: '/new',
},
{
source: '/weapons',
destination: '/new',
},
{ {
source: '/p/:shortcode/characters', source: '/p/:shortcode/characters',
destination: '/p/:shortcode', destination: '/p/:shortcode',