Skip to content

Commit 22a5d7d

Browse files
committed
chore(website): update getting-started redirect to TypeScript
1 parent 639179a commit 22a5d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const config = {
3636
},
3737
{
3838
source: "/docs/getting-started",
39-
destination: "/docs/getting-started/javascript",
39+
destination: "/docs/getting-started/typescript",
4040
permanent: true,
4141
},
4242
{

0 commit comments

Comments
 (0)