diff options
author | Zach van Rijn <me@zv.io> | 2021-07-21 03:44:28 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-21 03:44:28 -0500 |
commit | 6723f12337b78256f77fe14dd142f1a59c1e82b8 (patch) | |
tree | 39e5b434826c62b7a6a70a75d4ec0c5f29ed03d7 | |
parent | c5d65c7c701f183d897f51a39c12243b5e31ea57 (diff) | |
download | site-ng-6723f12337b78256f77fe14dd142f1a59c1e82b8.tar.gz site-ng-6723f12337b78256f77fe14dd142f1a59c1e82b8.tar.bz2 site-ng-6723f12337b78256f77fe14dd142f1a59c1e82b8.tar.xz site-ng-6723f12337b78256f77fe14dd142f1a59c1e82b8.zip |
Enable allow-all robots.
-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: / |