Skip to content

Commit

Permalink
feat: Add redirect plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 18, 2020
1 parent e98d818 commit 09b1f47
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ module.exports = {
},
},
'gatsby-plugin-sitemap',
'gatsby-redirect-from',
'gatsby-plugin-meta-redirect',
],
};
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"gatsby-plugin-google-tagmanager": "^2.3.3",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-mdx": "^1.2.11",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-redirect-from": "^0.2.4",
"gatsby-remark-images": "^3.3.8",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
Expand Down

0 comments on commit 09b1f47

Please sign in to comment.