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

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 04d979a  chore: add meta robots value index and follow (#469)
04d979a is described below

commit 04d979a8d26e339a0f2496710ae5a9b7e10c0046
Author: liuxiran <[email protected]>
AuthorDate: Wed Aug 18 09:45:34 2021 +0800

    chore: add meta robots value index and follow (#469)
---
 website/docusaurus.config.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index f6d51ec..2453aaf 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -579,6 +579,10 @@ module.exports = {
         content:
           "Apache APISIX is a dynamic, real-time, high-performance 
Cloud-Native API gateway, based on the Nginx library and etcd.",
       },
+      {
+        name: "robots",
+        content: "index,follow"
+      }
     ],
     gtag: {
       trackingID: "G-WQLBQL6GY3",

Reply via email to