Skip to content

Commit d787f07

Browse files
committed
update prod endpoint to heroku instance
1 parent d177a07 commit d787f07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
target: "serverless",
32
env: {
4-
PROD_ENDPOINT: "https://livepeer-graphql-api.now.sh"
3+
PROD_ENDPOINT: "https://livepeer-graphql-api.herokuapp.com"
54
}
65
};

0 commit comments

Comments
 (0)