Skip to content

Commit c1fd579

Browse files
committed
fix url for redirect
1 parent 6c79ce0 commit c1fd579

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

next.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ export default withLess(
147147
source: "/graphql",
148148
destination: "https://swapi-graphql.netlify.app/graphql",
149149
},
150-
{
151-
source: "/conf/2025/event-resources",
152-
destination:
153-
"https://www.google.com/url?q=https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources&source=gmail-imap&ust=1754974712000000&usg=AOvVaw1NvDyBiJr4bkg-wmcvaYk3",
154-
},
155150
]
156151
},
157152
}),

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,11 @@
579579
"source": "/schedule/",
580580
"destination": "/conf/2024/schedule/",
581581
"permanent": false
582+
},
583+
{
584+
"source": "/conf/2025/event-resources",
585+
"destination": "https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources",
586+
"permanent": false
582587
}
583588
]
584589
}

0 commit comments

Comments
 (0)