Skip to content

Commit 64bce95

Browse files
committedMar 7, 2025·
feat: add redirect for rails select panel
1 parent 2c37064 commit 64bce95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎redirects.json

+5
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,11 @@
13351335
"match": "^components/selectpanel/react",
13361336
"destination": "/product/components/select-panel/"
13371337
},
1338+
{
1339+
"name": "Redirect /components/selectpanel/rails/* to /product/getting-started/rails/components/selectpanel/",
1340+
"match": "^components/selectpanel/rails",
1341+
"destination": "/product/components/selectpanel/"
1342+
},
13381343
{
13391344
"name": "Redirect /components/selectpanel to /product/components/select-panel",
13401345
"match": "^components/selectpanel/?$",

0 commit comments

Comments
 (0)
Please sign in to comment.