Skip to content

Instantly share code, notes, and snippets.

@IliasHad
Created May 1, 2020 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IliasHad/805b96c2f12801d7a941a170d134a365 to your computer and use it in GitHub Desktop.
Save IliasHad/805b96c2f12801d7a941a170d134a365 to your computer and use it in GitHub Desktop.
{
resolve: 'gatsby-source-google-sheets',
options: {
spreadsheetId: 'get this from the sheet url', worksheetTitle: 'ie the name in the worksheet tab', credentials: require('./secret.json')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment