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 2022/03/30 08:40:59 UTC

[apisix-website] branch master updated: fix: remove trailingSlash config (#990)

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 f37b8af  fix: remove trailingSlash config (#990)
f37b8af is described below

commit f37b8af223966f6f32480bd4ec5c2eb8aa29ec1a
Author: SkyeYoung <is...@outlook.com>
AuthorDate: Wed Mar 30 16:40:52 2022 +0800

    fix: remove trailingSlash config (#990)
---
 website/docusaurus.config.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 2f4271d..2c6e800 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -16,7 +16,6 @@ module.exports = {
     "Apache APISIX is a dynamic, real-time, high-performance Cloud-Native API gateway, based on the Nginx library and etcd.",
   url: "https://apisix.apache.org",
   baseUrl: "/",
-  trailingSlash: false,
   organizationName: "Apache",
   projectName: "apisix-website",
   favicon: "img/favicon.png",