Skip to content

Commit dedd978

Browse files
committed
Add redirect for graphql-js
1 parent 36515d8 commit dedd978

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
@@ -1,5 +1,10 @@
11
{
22
"redirects": [
3+
{
4+
"source": "/graphql-js",
5+
"destination": "https://graphql-js.org",
6+
"permanent": true
7+
},
38
{
49
"source": "/conf/attendee/:path*",
510
"destination": "https://graphql-conf-attendee-nextjs.vercel.app/:path*",

0 commit comments

Comments
 (0)