Skip to content

Commit

Permalink
Merge pull request #20 from sudaraka94/fix-seo
Browse files Browse the repository at this point in the history
Reintroduce gatsby-react-helmet-plugin to fix seo
  • Loading branch information
sudaraka94 authored Apr 29, 2024
2 parents e306c32 + fe9e469 commit f4cfb42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = ({
pathPrefix,
plugins: [
`gatsby-plugin-typescript`,
`gatsby-plugin-react-helmet`,
`gatsby-image`,
`gatsby-plugin-sharp`,
`gatsby-transformer-sharp`,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"gatsby-plugin-feed": "5.13.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-theme-ui": "^0.16.2",
"gatsby-plugin-typescript": "^5.13.1",
Expand Down

0 comments on commit f4cfb42

Please sign in to comment.