Skip to content

Commit da91922

Browse files
build(deps): bump gatsby-plugin-robots-txt from 1.5.1 to 1.6.2 in /docs (#2035)
1 parent ce12079 commit da91922

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

docs/gatsby-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ module.exports = {
118118
options: {
119119
env: {
120120
development: {
121-
host: domain,
121+
host: siteUrl,
122122
policy: [{ userAgent: "*", disallow: ["/"] }],
123123
},
124124
production: {
125-
host: domain,
125+
host: siteUrl,
126126
policy: [{ userAgent: "*", disallow: ["/page-data/"] }],
127127
},
128128
},

docs/package-lock.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gatsby-plugin-offline": "^3.10.2",
2424
"gatsby-plugin-react-helmet": "^3.10.0",
2525
"gatsby-plugin-react-svg": "^3.0.1",
26-
"gatsby-plugin-robots-txt": "^1.5.1",
26+
"gatsby-plugin-robots-txt": "^1.6.2",
2727
"gatsby-plugin-sharp": "^2.14.4",
2828
"gatsby-plugin-sitemap": "^2.12.0",
2929
"gatsby-remark-autolink-headers": "^2.11.0",

0 commit comments

Comments
 (0)