We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9390500 commit b924575Copy full SHA for b924575
apps/nextra/next.config.mjs
@@ -1413,8 +1413,12 @@ export default withBundleAnalyzer(
1413
},
1414
{
1415
source: "/nodes/full-node/fullnode-source-code-or-docker",
1416
- destination:
1417
- "/en/network/nodes/full-node/fullnode-source-code-or-docker",
+ destination: "/en/network/nodes/full-node/deployments",
+ permanent: true,
1418
+ },
1419
+ {
1420
+ source: "/en/network/nodes/full-node/fullnode-source-code-or-docker",
1421
1422
permanent: true,
1423
1424
apps/nextra/pages/en/network/nodes/full-node/fullnode-source-code-or-docker.mdx
0 commit comments