Skip to content

Commit

Permalink
feat: Updated next.config.js (#221)
Browse files Browse the repository at this point in the history
Added redirection from '/learn/browser-sandboxes/configuration' to '/learn/legacy-sandboxes/configuration'
  • Loading branch information
tromika authored Dec 19, 2023
1 parent 6698bd8 commit 5cf7490
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/projects-docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,11 @@ module.exports = withNextra({
destination: "/learn/legacy-sandboxes/configuration",
permanent: false,
},
{
source: "/learn/browser-sandboxes/configuration",
destination: "/learn/legacy-sandboxes/configuration",
permanent: false,
},
{
source: "/learn/sandboxes/deployment",
destination: "/learn/legacy-sandboxes/deployment",
Expand Down

1 comment on commit 5cf7490

@vercel
Copy link

@vercel vercel bot commented on 5cf7490 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.