Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty authored Jan 28, 2024
1 parent ca41343 commit eb8ba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit eb8ba1b

Please sign in to comment.