You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2021/06/01 03:27:50 UTC

[incubator-heron] branch joshfischer/0.20.4-incubating-site updated: attempt to remove noindex

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/0.20.4-incubating-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/0.20.4-incubating-site by this push:
     new 555a60c  attempt to remove noindex
555a60c is described below

commit 555a60cd7f155d5abfa9c823c4b5035ebdd98d57
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon May 31 22:27:33 2021 -0500

    attempt to remove noindex
---
 website2/website/siteConfig.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/website2/website/siteConfig.js b/website2/website/siteConfig.js
index cd03855..460873e 100644
--- a/website2/website/siteConfig.js
+++ b/website2/website/siteConfig.js
@@ -84,8 +84,6 @@ const siteConfig = {
     // Drop down for languages
     // { languages: true }
   ],
-  // explicitly set the flag to allow for indexing of the site.
-  noIndex: 'false',
 
   /* path to images for header/footer */
   headerIcon: 'img/HeronTextLogo-small.png',