Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DieselTech authored Nov 15, 2024
1 parent e23174a commit 3f8af45
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,4 @@ const nextConfig = {
};

module.exports = nextConfig,

async redirects() {
return [
{
destination: '/installation/getting-started',
permanent: true,
source: '/installation',
},
{
destination: '/moved',
permanent: true,
source: '/en/:path*',
}
]
},
}

0 comments on commit 3f8af45

Please sign in to comment.