From fe9e469a89b847043e29976e1b847d70bdb002cd Mon Sep 17 00:00:00 2001 From: Sudaraka Jayathilaka Date: Mon, 29 Apr 2024 23:50:39 +0800 Subject: [PATCH] fix(react-helmet): Reintroduce gatsby-react-helmet-plugin to fix seo --- gatsby-config.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index 5b507d6..08e7e61 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -9,6 +9,7 @@ module.exports = ({ pathPrefix, plugins: [ `gatsby-plugin-typescript`, + `gatsby-plugin-react-helmet`, `gatsby-image`, `gatsby-plugin-sharp`, `gatsby-transformer-sharp`, diff --git a/package.json b/package.json index 309935f..2939cb1 100644 --- a/package.json +++ b/package.json @@ -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",