Skip to content

Commit ddd8fb7

Browse files
dawnhoclaude
andcommitted
feat: add /latest/* redirect to strip legacy URL prefix
All old docs.seam.co/latest/* links now redirect to /* on the new site. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f8dedb4 commit ddd8fb7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

mintlify-docs/docs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,5 +986,11 @@
986986
},
987987
"api": {
988988
"baseUrl": "https://connect.getseam.com"
989-
}
989+
},
990+
"redirects": [
991+
{
992+
"source": "/latest/:slug*",
993+
"destination": "/:slug*"
994+
}
995+
]
990996
}

0 commit comments

Comments
 (0)