Skip to content

Commit e679445

Browse files
committed
fix: robot.txt
1 parent eb939f3 commit e679445

File tree

1 file changed

+2
-2
lines changed

1 file changed

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

0 commit comments

Comments
 (0)