commit
4174c2cfa2
1 changed files with 12 additions and 0 deletions
|
|
@ -15,6 +15,18 @@ module.exports = {
|
|||
source: '/',
|
||||
destination: '/new',
|
||||
},
|
||||
{
|
||||
source: '/characters',
|
||||
destination: '/new',
|
||||
},
|
||||
{
|
||||
source: '/summons',
|
||||
destination: '/new',
|
||||
},
|
||||
{
|
||||
source: '/weapons',
|
||||
destination: '/new',
|
||||
},
|
||||
{
|
||||
source: '/p/:shortcode/characters',
|
||||
destination: '/p/:shortcode',
|
||||
|
|
|
|||
Loading…
Reference in a new issue