hotfix: fix robots.txt

pull/4509/head
Scott Anderson 2022-10-03 13:37:07 -06:00
parent 819fed4d3b
commit afde98085f
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
User-agent: *{{ if eq .Site.Params.environment "staging" }} Disallow: /{{ end }}
User-agent: *
{{ if eq .Site.Params.environment "staging" }} Disallow: /{{ end }}