Skip to content

Commit 20930c7

Browse files
authored
Merge pull request #87 from simonxcode/feature/sanity-blog
Feature/sanity blog
2 parents 7c1ad04 + 6efb7e1 commit 20930c7

File tree

23 files changed

+10243
-9741
lines changed

23 files changed

+10243
-9741
lines changed

gatsby-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ module.exports = {
3737
options: {
3838
projectId: 'qn3ed0he',
3939
dataset: 'production',
40+
token: process.env.SANITY_TOKEN,
4041
watchMode: true,
42+
overlayDrafts: true
4143
}
4244
}
4345
],

0 commit comments

Comments
 (0)