Get images working from .md post files

This commit is contained in:
2020-09-23 17:45:36 -05:00
parent 0fb5d6ef41
commit 0bba342e8e
28 changed files with 2247 additions and 21 deletions

View File

@@ -16,9 +16,13 @@
"dependencies": {
"disqus-react": "^1.0.10",
"gatsby": "^2.24.61",
"gatsby-image": "^2.4.19",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-remark-images": "^3.3.30",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-sharp": "^2.5.15",
"node-sass": "^4.14.1",
"react": "^16.12.0",
"react-dom": "^16.12.0"