Skip to content

Commit 5cd1ae6

Browse files
authored
feat: add redirects for old paths (#82)
1 parent 77a281a commit 5cd1ae6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terragrunt/aws/website/amplify.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ resource "aws_amplify_app" "design_system_docs_en" {
2929
status = "200"
3030
}
3131

32+
# Redirect for the get started pages
33+
custom_rule {
34+
source = "/en/get-started/<*>"
35+
target = "/en/start-to-use/<*>"
36+
status = "301"
37+
}
38+
3239
# Redirect for the API contact form submission
3340
custom_rule {
3441
source = "/api/submission"

0 commit comments

Comments
 (0)