From c1fd579a96b5eafae723d408895e4e6eed0ea520 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Wed, 6 Aug 2025 11:32:01 -0400 Subject: [PATCH] fix url for redirect --- next.config.js | 5 ----- vercel.json | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/next.config.js b/next.config.js index d96eea463a..55ac068367 100644 --- a/next.config.js +++ b/next.config.js @@ -147,11 +147,6 @@ export default withLess( source: "/graphql", destination: "https://swapi-graphql.netlify.app/graphql", }, - { - source: "/conf/2025/event-resources", - destination: - "https://www.google.com/url?q=https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources&source=gmail-imap&ust=1754974712000000&usg=AOvVaw1NvDyBiJr4bkg-wmcvaYk3", - }, ] }, }), diff --git a/vercel.json b/vercel.json index e777a27ba5..7b49cfd44c 100644 --- a/vercel.json +++ b/vercel.json @@ -579,6 +579,11 @@ "source": "/schedule/", "destination": "/conf/2024/schedule/", "permanent": false + }, + { + "source": "/conf/2025/event-resources", + "destination": "https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources", + "permanent": false } ] }