Skip to content

Commit 5f23121

Browse files
authoredFeb 16, 2025
fix: url redirect (cloudpilot-ai#45)
1 parent b5cd7be commit 5f23121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎vercel.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"redirects": [
33
{ "source": "/", "destination": "/guide", "permanent": false },
4-
{ "source": "/karpenter/alibabacloud", "destination": "/karpenter-alibabacloud/v0_1", "permanent": false }
4+
{ "source": "/karpenter/alibabacloud", "destination": "/karpenter-alibabacloud/v0_1", "permanent": false },
5+
{ "source": "/karpenter/alibabacloud/installation", "destination": "/karpenter-alibabacloud/v0_1/getting_started/set-up-a-cluster-and-add-karpenter", "permanent": false }
56
]
67
}

0 commit comments

Comments
 (0)