Skip to content

Instantly share code, notes, and snippets.

@ashmore11
Created January 5, 2021 12:14
Show Gist options
  • Save ashmore11/876e25a05d607cbb3ad1fe6a030f763e to your computer and use it in GitHub Desktop.
Save ashmore11/876e25a05d607cbb3ad1fe6a030f763e to your computer and use it in GitHub Desktop.
Next Strapi Cloud Run (next.js config)
module.exports = {
env: {
CMS_GRAPHQL_URL: process.env.CMS_GRAPHQL_URL,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment