Skip to content

Commit

Permalink
fix(nx-dev): update plugins home page redirect-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored and juristr committed Jul 25, 2023
1 parent 2f59796 commit bc85c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ const makeMoreConceptsSubmenu = {
};

const pluginsToExtendNx = {
'/plugins': '/extending-nx',
'/plugins': '/extending-nx/intro/getting-started',
'/plugins/:path*': '/extending-nx/:path*',
};

Expand Down

1 comment on commit bc85c54

@vercel
Copy link

@vercel vercel bot commented on bc85c54 Jul 25, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.