Skip to content

Commit 01453b4

Browse files
authored
add contentful (#726)
* add contentful * add contentful * add contentful * add contentful * add contentful * add contentful * add contentful * add contentful * add contentful * add contentful * fix letter
1 parent 0b95c64 commit 01453b4

5 files changed

Lines changed: 3896 additions & 26863 deletions

File tree

gatsby-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,13 @@ module.exports = {
215215
destination: 'm',
216216
},
217217
},
218+
{
219+
resolve: `gatsby-source-contentful`,
220+
options: {
221+
spaceId: `ob21rxt43jkz`,
222+
accessToken: 'ucIhLkkPqBFYgJA-Ylaru-j7rvJR0hch1HsTNt-3tsM',
223+
},
224+
},
218225
],
219226
// shadowing API request domain for development
220227
// https://www.gatsbyjs.com/docs/api-proxy/

0 commit comments

Comments
 (0)