8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
module.exports = {
|
|
publicRuntimeConfig: {
|
|
graphqlEndpoint:
|
|
process.env.GRAPHQL_ENDPOINT ||
|
|
'https://api.graph.cool/simple/v1/cixmkt2ul01q00122mksg82pn',
|
|
},
|
|
};
|