From 7f42c6cc4ca4fb4248874d9e2a2511f07bcb6862 Mon Sep 17 00:00:00 2001 From: Jacob Creech Date: Thu, 26 Sep 2024 21:10:43 -0500 Subject: [PATCH] fix: main redirect --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index e2b6b95d..e48383c4 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "redirects": [ { "source": "/", - "destination": "https://solana.com/docs", + "destination": "https://solana.com/developers/cookbook", "permanent": true }, {