Skip to content

Commit aeebeb2

Browse files
committed
add test redirect
1 parent f6b4a52 commit aeebeb2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.development

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GATSBY_IS_STAGING=true

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
[[redirects]]
66
from = "/en/latest/"
77
to = "/introduction/"
8+
status = 301
9+
10+
[[redirects]]
11+
from = "/install/install-node.html"
12+
to = "/getting-started/installing-the-cardano-node/"
813
status = 301

0 commit comments

Comments
 (0)