Skip to content

Commit b647277

Browse files
author
César Alberca
committed
Add infrastructure redirect
1 parent 492a255 commit b647277

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
from = "/*"
66
to = "/index.html"
77
status = 200
8+
[[redirects]]
9+
from = "/infrastructure/*"
10+
to = "/infrastructure/*"
11+
status = 200

0 commit comments

Comments
 (0)