Skip to content

Commit ed51bba

Browse files
fix(www): add new redirects
1 parent 2f384ce commit ed51bba

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

www/netlify.toml

+20
Original file line numberDiff line numberDiff line change
@@ -674,3 +674,23 @@ status = 301
674674
from = "/docs/css/utilities/markup-width-and-height.html"
675675
to = "/docs/css/width-and-height"
676676
status = 301
677+
678+
[[redirects]]
679+
from = "/docs/introduction/index.html"
680+
to = "/docs/introduction/how-to-use-clay"
681+
status = 301
682+
683+
[[redirects]]
684+
from = "/docs/components/index.html"
685+
to = "/docs/components/alert"
686+
status = 301
687+
688+
[[redirects]]
689+
from = "/docs/components/index.html"
690+
to = "/docs/components/alert"
691+
status = 301
692+
693+
[[redirects]]
694+
from = "/docs/css/index.html"
695+
to = "/docs/css/scss"
696+
status = 301

0 commit comments

Comments
 (0)