Skip to content

Commit 5fe737c

Browse files
authored
Maybe fix the 2024 gallery? (graphql#1789)
1 parent 3e65144 commit 5fe737c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

vercel.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,25 @@
66
"statusCode": 200
77
},
88
{
9-
"source": "/conf/gallery",
9+
"source": "/conf/2024/gallery",
1010
"destination": "https://www.flickr.com/photos/linuxfoundation/albums/72177720320386221/",
1111
"permanent": true
1212
},
1313
{
14-
"source": "/conf/gallery/",
14+
"source": "/conf/2024/gallery/",
1515
"destination": "https://www.flickr.com/photos/linuxfoundation/albums/72177720320386221/",
1616
"permanent": true
1717
},
18+
{
19+
"source": "/conf/gallery",
20+
"destination": "https://www.graphql.org/conf/2024/gallery",
21+
"permanent": false
22+
},
23+
{
24+
"source": "/conf/gallery/",
25+
"destination": "https://www.graphql.org/conf/2024/gallery/",
26+
"permanent": false
27+
},
1828
{
1929
"source": "/conf/sponsor",
2030
"destination": "/conf/partner",

0 commit comments

Comments
 (0)