diff --git a/next.config.js b/next.config.js index ba2d0f768c..e6a84b9dd9 100644 --- a/next.config.js +++ b/next.config.js @@ -73,7 +73,11 @@ export default withLess( return [ { source: "/swapi-graphql/:path*", - destination: "https://graphql.github.io/swapi-graphql/:path*", + destination: "https://swapi-graphql.netlify.app/:path*", + }, + { + source: "/graphql", + destination: "https://swapi-graphql.netlify.app/graphql", }, ] },