Skip to content

Commit c47dadd

Browse files
add docs redirect
1 parent 7186a25 commit c47dadd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs-v2/next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@ export default withNextra({
296296
destination: "/workflows/building-workflows/sharing/",
297297
permanent: true,
298298
},
299+
{
300+
source: "/workflows/settings/",
301+
destination: "/workflows/building-workflows/settings/",
302+
permanent: true,
303+
},
299304
{
300305
source: "/code/",
301306
destination: "/workflows/building-workflows/code/",

0 commit comments

Comments
 (0)