Skip to content

Commit 65894c8

Browse files
committed
Removed gatsby-plugin-image from plugins
1 parent 197e36e commit 65894c8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gatsby-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ module.exports = {
4444
`gatsby-plugin-sitemap`,
4545
`gatsby-transformer-sharp`,
4646
`gatsby-plugin-sharp`,
47-
`gatsby-plugin-react-helmet`,
48-
`gatsby-plugin-image`
47+
`gatsby-plugin-react-helmet`
4948
]
5049
};

src/components/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "./footer.css";
33

44
const Footer = () => (
55
<footer>
6-
&copy; 2019 by Vijay Sehgal{' '}
6+
&copy; 2021 by Vijay Sehgal{' '}
77
</footer>
88
);
99

0 commit comments

Comments
 (0)