Skip to content

Commit c5dc901

Browse files
committed
Add redirect from /docs to /learn
1 parent 879c7d3 commit c5dc901

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,11 @@
590590
"destination": "https://landscape.graphql.org",
591591
"permanent": true
592592
},
593+
{
594+
"source": "/docs",
595+
"destination": "/learn",
596+
"permanent": true
597+
},
593598
{
594599
"source": "/conf/2025/event-resources",
595600
"destination": "https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources",

0 commit comments

Comments
 (0)