-
-
Save jazibsawar/c619b1caabcb1d0f0b13a5208cb170f6 to your computer and use it in GitHub Desktop.
// gridsome-blog-cosmicjs/gridsome.config.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// gridsome-blog-cosmicjs/gridsome.config.js | |
module.exports = { | |
siteName: 'Gridsome Blog Cosmic JS', | |
plugins: [ | |
{ | |
use: 'gridsome-source-cosmicjs', | |
options: { | |
bucketSlug: 'gridsome-blog-cosmicjs', | |
objectTypes: [`posts`, `settings`], | |
apiAccess: { | |
read_key: 'g9FO33DH9ZyVfpM76b3EAx9b0dBc22ihePxI3BvlBxtYiTzITR' | |
} | |
}, | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment