Skip to content

Commit

Permalink
chore: remove last remnants of blog
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 26, 2023
1 parent e03297b commit c490e86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion gatsby-node.js
Expand Up @@ -38,7 +38,6 @@ exports.onCreateWebpackConfig = ({ stage, rules, loaders, plugins, actions }) =>
'@functions': path.resolve(__dirname, 'src/functions'),
'@styles': path.resolve(__dirname, 'src/styles'),
'@templates': path.resolve(__dirname, 'src/templates'),
'@blog': path.resolve(__dirname, 'src/components/BlogComponents/MdxComponents'),
'@hooks': path.resolve(__dirname, 'src/hooks'),
},
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "personal-portfolio",
"private": true,
"description": "The personal website, blog, and portfolio of David Wheatley (@davwheat)",
"description": "The personal website and portfolio of David Wheatley.",
"version": "0.1.0",
"author": {
"name": "David Wheatley",
Expand Down
1 change: 0 additions & 1 deletion size-plugin.json

This file was deleted.

0 comments on commit c490e86

Please sign in to comment.