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