Skip to content

Commit e96e5bf

Browse files
authored
chore(docs): adding redirects for node guide (#13768)
# Add redirect for run_node to run_nodes This PR adds a new redirect rule in the Netlify configuration to ensure that URLs starting with `/run_node/` are properly redirected to the `/the_aztec_network/guides/run_nodes` page.
1 parent d11d154 commit e96e5bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,7 @@
177177
[[redirects]]
178178
from = "/tutorials/codealong/contract_tutorials/token_bridge/*"
179179
to = "/tutorials/codealong/contract_tutorials/token_bridge"
180+
181+
[[redirects]]
182+
from = "/run_node/*"
183+
to = "/the_aztec_network/guides/run_nodes"

0 commit comments

Comments
 (0)