We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197e36e commit 65894c8Copy full SHA for 65894c8
gatsby-config.js
@@ -44,7 +44,6 @@ module.exports = {
44
`gatsby-plugin-sitemap`,
45
`gatsby-transformer-sharp`,
46
`gatsby-plugin-sharp`,
47
- `gatsby-plugin-react-helmet`,
48
- `gatsby-plugin-image`
+ `gatsby-plugin-react-helmet`
49
]
50
};
src/components/footer.js
@@ -3,7 +3,7 @@ import "./footer.css";
3
4
const Footer = () => (
5
<footer>
6
- © 2019 by Vijay Sehgal{' '}
+ © 2021 by Vijay Sehgal{' '}
7
</footer>
8
);
9
0 commit comments