diff options
-rwxr-xr-x | publish | 5 | ||||
-rw-r--r-- | src/robots.txt | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -44,6 +44,11 @@ done cp -R ${HERE}/../assets ${HTML}; ## +# +# +cp ${HERE}/robots.txt ${HTML}; + +## # payload # ( diff --git a/src/robots.txt b/src/robots.txt index 1f53798..c2a49f4 100644 --- a/src/robots.txt +++ b/src/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Disallow: / +Allow: / |