mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 15:36:22 -04:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
User-Agent: *
|
|
{{- if eq hugo.Environment "production" }}
|
|
Allow: /.well-known/amphtml/apikey.pub
|
|
Disallow: /403.html
|
|
Disallow: /404.html
|
|
Disallow: /sa/
|
|
Disallow: /y2k/
|
|
Sitemap: {{ "sitemap.xml" | absURL }}
|
|
{{- else }}
|
|
Disallow: /
|
|
{{- end }}
|