Skip to content

Commit

Permalink
add contentful (#726)
Browse files Browse the repository at this point in the history
* add contentful

* add contentful

* add contentful

* add contentful

* add contentful

* add contentful

* add contentful

* add contentful

* add contentful

* add contentful

* fix letter
  • Loading branch information
zyzik1248 authored Feb 15, 2023
1 parent 0b95c64 commit 01453b4
Show file tree
Hide file tree
Showing 5 changed files with 3,896 additions and 26,863 deletions.
7 changes: 7 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,13 @@ module.exports = {
destination: 'm',
},
},
{
resolve: `gatsby-source-contentful`,
options: {
spaceId: `ob21rxt43jkz`,
accessToken: 'ucIhLkkPqBFYgJA-Ylaru-j7rvJR0hch1HsTNt-3tsM',
},
},
],
// shadowing API request domain for development
// https://www.gatsbyjs.com/docs/api-proxy/
Expand Down
Loading

0 comments on commit 01453b4

Please sign in to comment.