Skip to content

Commit b924575

Browse files
author
Igor Pokryshevskiy
authored
Remove duplicate page (Network -> Nodes -> Run a Public Fullnode -> Run a PFN from Source or Docker) (#747)
1 parent 9390500 commit b924575

File tree

5 files changed

+415
-1092
lines changed

5 files changed

+415
-1092
lines changed

apps/nextra/next.config.mjs

+6-2
Original file line numberDiff line numberDiff line change
@@ -1413,8 +1413,12 @@ export default withBundleAnalyzer(
14131413
},
14141414
{
14151415
source: "/nodes/full-node/fullnode-source-code-or-docker",
1416-
destination:
1417-
"/en/network/nodes/full-node/fullnode-source-code-or-docker",
1416+
destination: "/en/network/nodes/full-node/deployments",
1417+
permanent: true,
1418+
},
1419+
{
1420+
source: "/en/network/nodes/full-node/fullnode-source-code-or-docker",
1421+
destination: "/en/network/nodes/full-node/deployments",
14181422
permanent: true,
14191423
},
14201424
{

apps/nextra/pages/en/network/nodes/full-node/fullnode-source-code-or-docker.mdx

-355
This file was deleted.

0 commit comments

Comments
 (0)