mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
|
User-agent: *
|
||
|
|
{{ if ne ( getenv "HUGO_ENV" ) "production" -}}
|
||
|
|
Disallow: /
|
||
|
|
{{- else -}}
|
||
|
|
Allow: /
|
||
|
|
{{- end -}}
|