From eb8ba1b8bd9178d4d5e5f757e26b8296c4287a8c Mon Sep 17 00:00:00 2001 From: Nick Frostbutter <75431177+nickfrosty@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:06:58 -0500 Subject: [PATCH] Update index.tsx --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 39ff627d4..f0a21adb6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -5,7 +5,7 @@ export function getServerSideProps() { if (process.env.NODE_ENV != "development") { return { redirect: { - destination: "https://solana.com/developers", + destination: "https://solana.com/docs", permanent: true, }, };