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 } ] }