We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d177a07 commit d787f07Copy full SHA for d787f07
next.config.js
@@ -1,6 +1,5 @@
1
module.exports = {
2
- target: "serverless",
3
env: {
4
- PROD_ENDPOINT: "https://livepeer-graphql-api.now.sh"
+ PROD_ENDPOINT: "https://livepeer-graphql-api.herokuapp.com"
5
}
6
};
0 commit comments