Commit 0ace8a5b by Arjun Jhukal

updated the minor cahgnes

parent 71fb36ac
...@@ -36,6 +36,17 @@ const nextConfig: NextConfig = { ...@@ -36,6 +36,17 @@ const nextConfig: NextConfig = {
}, },
], ],
}, },
async redirects() {
return [
{
source: '/buy-coins/:slug/tryspeed',
destination: '/buy-coins/:slug/success',
permanent: false,
},
];
},
async rewrites() { async rewrites() {
const backendUrl = process.env.NEXT_PUBLIC_BASE_URL || "" const backendUrl = process.env.NEXT_PUBLIC_BASE_URL || ""
return [ return [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment