[apollo][xl]: mocked graphql setup + search page working from apollo now.
This commit is contained in:
7
next.config.js
Normal file
7
next.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
publicRuntimeConfig: {
|
||||
graphqlEndpoint:
|
||||
process.env.GRAPHQL_ENDPOINT ||
|
||||
'https://api.graph.cool/simple/v1/cixmkt2ul01q00122mksg82pn',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user