Skip to content

Commit c7204ae

Browse files
dependabot[bot]SeigeC
authored andcommitted
build(deps): bump gatsby-plugin-robots-txt from 1.5.1 to 1.6.2 in /docs (golangci#2035)
1 parent ebac83e commit c7204ae

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

docs/gatsby-config.js

+2-2
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

+12-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+1-1
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)