mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-15 12:49:43 +01:00
Add /node.js to /nodejs redirect
This commit is contained in:
parent
7bb290caa7
commit
f9de17f780
@ -48,7 +48,18 @@ let nextConfig = {
|
||||
});
|
||||
|
||||
return config;
|
||||
}
|
||||
},
|
||||
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/node.js',
|
||||
destination: '/nodejs',
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
nextConfig = withMDX(nextConfig);
|
||||
|
Loading…
x
Reference in New Issue
Block a user