commit
4174c2cfa2
1 changed files with 12 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue