Skip to content

Commit 73dfbe1

Browse files
committed
Build(mdj): update npm deps
1 parent a347ace commit 73dfbe1

File tree

6 files changed

+350
-155
lines changed

6 files changed

+350
-155
lines changed

.vscode/vscode-profile-2021-03-27-17-04-39.cpuprofile

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Netlify Status](https://api.netlify.com/api/v1/badges/58e2b3cb-13d2-4937-9c44-681fb76c7cce/deploy-status)](https://app.netlify.com/sites/rehnert/deploys)
44

5-
<img src="https://themes.stackbit.com/images/fresh-demo-1024x768.png" width="600">
5+
<img src="https://github.com/killshot13/my-dev-jamstack/blob/master/static/images/code-develop-engineer-github-repo-image.jpg" width="600">
66

77
This is a second-generation JAMSTACK, with better performance than even its visionaries could have imagined.
88

gatsby-config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ module.exports = {
66
siteUrl: `https://rehnert.co`,
77
},
88
plugins: [
9+
`@stackbit/gatsby-plugin-menus`,
910
`gatsby-plugin-advanced-sitemap`,
1011
`gatsby-plugin-react-helmet`,
11-
`gatsby-source-data`,
12+
`gatsby-plugin-sass`,
1213
`gatsby-plugin-sharp`,
14+
`gatsby-remark-images`,
15+
`gatsby-source-filesystem`,
16+
`gatsby-transformer-remark`,
1317
{
1418
resolve: `gatsby-transformer-remark`,
1519
options: {

0 commit comments

Comments
 (0)