This commit is contained in:
saml33 2024-07-01 10:26:47 +10:00 committed by GitHub
parent 856e54df8a
commit 6d1b21010a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 12 deletions

View File

@ -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,
},
]