Skip to content

Commit

Permalink
feat: Add use-dark-mode and gatsby-plugin-use-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 23, 2020
1 parent 066e163 commit 1aaa856
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module.exports = {
policy: [{ userAgent: '*', allow: '/' }],
},
},
'gatsby-plugin-use-dark-mode',
'gatsby-plugin-sitemap',
'gatsby-plugin-meta-redirect',
],
Expand Down
31 changes: 31 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-images": "^3.3.8",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
Expand All @@ -35,7 +36,8 @@
"react-live": "^2.2.2",
"react-markdown": "^4.3.1",
"react-middle-ellipsis": "^1.1.0",
"react-shadow": "^18.1.2"
"react-shadow": "^18.1.2",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@newrelic/eslint-plugin-newrelic": "^0.3.0",
Expand Down

0 comments on commit 1aaa856

Please sign in to comment.