Skip to content

Commit ebda587

Browse files
add docs redirect
1 parent 06c2047 commit ebda587

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs-v2/next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ export default withNextra({
291291
destination: "/workflows/building-workflows/control-flow/",
292292
permanent: true,
293293
},
294+
{
295+
source: "/workflows/sharing/",
296+
destination: "/workflows/building-workflows/sharing/",
297+
},
294298
{
295299
source: "/code/",
296300
destination: "/workflows/building-workflows/code/",

0 commit comments

Comments
 (0)