We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a3019 commit 7330db7Copy full SHA for 7330db7
next.config.js
@@ -73,7 +73,11 @@ export default withLess(
73
return [
74
{
75
source: "/swapi-graphql/:path*",
76
- destination: "https://graphql.github.io/swapi-graphql/:path*",
+ destination: "https://swapi-graphql.netlify.app/:path*",
77
+ },
78
+ {
79
+ source: "/graphql",
80
+ destination: "https://swapi-graphql.netlify.app/graphql",
81
},
82
]
83
0 commit comments