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

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


The following commit(s) were added to refs/heads/master by this push:
     new ad7a05461a1 fix:Abnormal automatic redirection (#2560)
ad7a05461a1 is described below

commit ad7a05461a11dc79c2873ea3d45335f5577d4bb0
Author: yangon <[email protected]>
AuthorDate: Wed Feb 11 01:40:45 2026 +0800

    fix:Abnormal automatic redirection (#2560)
---
 docusaurus.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1b93f5b628a..92df6a3adc0 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -47,6 +47,7 @@ const config = {
     onBrokenMarkdownLinks: 'ignore',
     favicon: 'images/favicon.ico',
     organizationName: 'Apache',
+    trailingSlash: false,
     markdown: {
         format: 'detect',
     },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to