diff --git a/next.config.js b/next.config.js index c46a80c9..cbf9f2c2 100644 --- a/next.config.js +++ b/next.config.js @@ -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, }, ]