Skip to content

Instantly share code, notes, and snippets.

@mbrown3321
Last active June 7, 2021 03:35
Show Gist options
  • Save mbrown3321/dff30603feb8321c5543756a545f12ba to your computer and use it in GitHub Desktop.
Save mbrown3321/dff30603feb8321c5543756a545f12ba to your computer and use it in GitHub Desktop.
plugins: [
/**
* Content Plugins
*/
{
resolve: `gatsby-plugin-s3`,
options: {
bucketName: 'my-website-bucket',
},
},
...
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment