redirect (#424)
This commit is contained in:
parent
856e54df8a
commit
6d1b21010a
|
@ -5,18 +5,8 @@ const moduleExports = {
|
|||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/market',
|
||||
destination: '/',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/spot/:name',
|
||||
destination: '/',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/perp/:name',
|
||||
destination: '/',
|
||||
source: '/:path*',
|
||||
destination: 'https://mango.markets',
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue