This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new b6a0b6039 Upgrade MSE Image (#519)
b6a0b6039 is described below
commit b6a0b6039daf5ea1a2d832014e5fb891e622241d
Author: Jack Tsai <[email protected]>
AuthorDate: Tue Feb 28 16:55:18 2023 +0800
Upgrade MSE Image (#519)
Co-authored-by: tsaitsung-han.tht <[email protected]>
---
docusaurus.config.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index c9e4e015c..c8de93cc7 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -30,12 +30,12 @@ const darkCodeTheme =
require("prism-react-renderer/themes/dracula");
scripts: [
{
- src: '//g.alicdn.com/mamba/assets/0.0.10/mse-arc-ui.min.js',
+ src: '//g.alicdn.com/mamba/assets/0.0.11/mse-arc-ui.min.js',
},
],
stylesheets: [
{
- href: '//g.alicdn.com/mamba/assets/0.0.10/mse-arc-ui.min.css',
+ href: '//g.alicdn.com/mamba/assets/0.0.11/mse-arc-ui.min.css',
},
],