Skip to content

Commit 91b92ee

Browse files
committed
Fix: Infinite Loop For Workshop Page
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 81bef11 commit 91b92ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
7474
});
7575
createRedirect({
7676
fromPath: "/learn/workshops",
77-
toPath: "/learn/workshops",
77+
toPath: "/learn/service-mesh-workshops",
7878
redirectInBrowser: true,
7979
isPermanent: true,
8080
});

0 commit comments

Comments
 (0)