You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/05/29 12:46:43 UTC

[incubator-linkis-website] branch dev updated: [ISSUE-267]Fix the blog page activated style

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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 479cde423 [ISSUE-267]Fix the blog page activated style
479cde423 is described below

commit 479cde42303f1588914a3ebe56c5bb3edcd67581
Author: Lucknicking <42...@users.noreply.github.com>
AuthorDate: Sun May 29 20:46:38 2022 +0800

    [ISSUE-267]Fix the blog page activated style
---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 697b420f1..f574e8cab 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -130,7 +130,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
           to: 'blog',
           label: 'Blog',
           position: 'left',
-          activeBaseRegex: `/blog/`,
+          activeBaseRegex: `/blog`,
         },
         {
           to: '/team',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org