Skip to content

Commit

Permalink
Added gatsby-image to improve image loading
Browse files Browse the repository at this point in the history
  • Loading branch information
SaurabhTotey committed Jan 28, 2021
1 parent b186ec8 commit f75ef27
Show file tree
Hide file tree
Showing 6 changed files with 2,692 additions and 65 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
My portfolio website. Is meant to be simple and clean while still displaying some 'personal flavor'.

TODO:
- [ ] use gatsby to enhance image loading
- [ ] 404 page
File renamed without changes
10 changes: 10 additions & 0 deletions gatsby-config.js
@@ -0,0 +1,10 @@
module.exports = {
plugins: [
"gatsby-transformer-sharp",
"gatsby-plugin-sharp",
{
resolve: "gatsby-source-filesystem",
options: { path: `${__dirname}/assets/` }
}
]
}

0 comments on commit f75ef27

Please sign in to comment.