Skip to content

Commit 9a4a443

Browse files
committed
Actually, these redirects make sense
1 parent 5a6cab2 commit 9a4a443

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

vercel.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,18 @@
577577
},
578578
{
579579
"source": "/schedule/",
580-
"destination": "/conf/2024/schedule/",
580+
"destination": "/conf/2025/schedule/",
581581
"permanent": false
582+
},
583+
{
584+
"source": "/spec",
585+
"destination": "https://spec.graphql.org",
586+
"permanent": true
587+
},
588+
{
589+
"source": "/landscape",
590+
"destination": "https://landscape.graphql.org",
591+
"permanent": true
582592
}
583593
]
584594
}

0 commit comments

Comments
 (0)