Suppression de l'indexation du site de staging
This commit is contained in:
parent
5337c71d49
commit
7f97cfdd1e
|
@ -154,3 +154,5 @@ deployment:
|
||||||
s3://staging.jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
s3://staging.jarnat.fr?endpoint=http://10.20.20.25:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
||||||
|
|
||||||
disableHugoGeneratorInject: true
|
disableHugoGeneratorInject: true
|
||||||
|
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: {{ if ne hugo.Environment "production" }}/{{ end }}
|
Loading…
Reference in New Issue