Skip to content

Commit

Permalink
Remove Next.js redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Jun 21, 2024
1 parent 4ad96dd commit 81fd244
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions apps/frontpage/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,27 +306,6 @@ module.exports = {
destination: '/docs/addons/writing-presets',
permanent: true,
},
/* Addons */
{
source: '/addons/addon-gallery',
destination: '/integrations',
permanent: true,
},
{
source: '/addons',
destination: '/integrations',
permanent: true,
},
{
source: '/recipes',
destination: '/integrations',
permanent: true,
},
{
source: '/addons/tags/:tag',
destination: '/integrations/tag/:tag',
permanent: true,
},
...renderers.map((r) => ({
source: `/docs${r}/get-started/examples`,
destination: '/showcase',
Expand Down

0 comments on commit 81fd244

Please sign in to comment.