You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/09/17 01:02:26 UTC

[apisix-website] branch master updated: fix: remove invliad url (#611)

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

juzhiyuan 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 3e6487e  fix: remove invliad url (#611)
3e6487e is described below

commit 3e6487e1f43c2b9660152a7bd5a573461113ed20
Author: Baoyuan <ba...@gmail.com>
AuthorDate: Thu Sep 16 20:02:18 2021 -0500

    fix: remove invliad url (#611)
---
 website/docusaurus.config.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index e411dd0..2c29eb0 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -250,6 +250,9 @@ module.exports = {
           priority: 0.5,
           trailingSlash: false,
         },
+        pages: {
+          exclude: ['**/downloads/ProjectCard.js']
+        }
       },
     ],
   ],