Skip to content

Commit

Permalink
build(deps): bump gatsby-plugin-robots-txt from 1.5.1 to 1.6.2 in /do…
Browse files Browse the repository at this point in the history
…cs (#2035)
  • Loading branch information
dependabot[bot] authored Jun 1, 2021
1 parent ce12079 commit da91922
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ module.exports = {
options: {
env: {
development: {
host: domain,
host: siteUrl,
policy: [{ userAgent: "*", disallow: ["/"] }],
},
production: {
host: domain,
host: siteUrl,
policy: [{ userAgent: "*", disallow: ["/page-data/"] }],
},
},
Expand Down
21 changes: 12 additions & 9 deletions docs/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-robots-txt": "^1.6.2",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-remark-autolink-headers": "^2.11.0",
Expand Down

0 comments on commit da91922

Please sign in to comment.