8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
User-agent: *
|
|
# robotstxt.org - if environment is not `production` then robots will be disallowed.
|
|
{{ if hugo.IsProduction }}
|
|
Disallow:
|
|
{{ else }}
|
|
Disallow: /
|
|
{{ end }}
|