You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/01/31 05:02:54 UTC

[iotdb] branch master updated: Website bug fix (#5003)

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new fd85d8a  Website bug fix (#5003)
fd85d8a is described below

commit fd85d8a17e579089642d4d2df4c9b5faa2476b20
Author: Pengyu Chen <48...@users.noreply.github.com>
AuthorDate: Mon Jan 31 13:02:08 2022 +0800

    Website bug fix (#5003)
---
 site/src/main/.vuepress/config.js | 2 +-
 site/src/main/package.json        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index fd25f6a..55b5278 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -18,7 +18,7 @@
 
 var config = {
     plugins: [
-        ['@vuepress/html-redirect', {
+        ['@vuepress/plugin-html-redirect', {
           countdown: 0,
         }],
       ],
diff --git a/site/src/main/package.json b/site/src/main/package.json
index 814e30e..514ff2f 100644
--- a/site/src/main/package.json
+++ b/site/src/main/package.json
@@ -40,6 +40,6 @@
     "vuepress": "^1.7.1",
     "vuepress-plugin-tabs": "^0.3.0",
     "vue-router": "3.4.5",
-    "@vuepress/html-redirect": "0.1.4"
+    "@vuepress/plugin-html-redirect": "0.1.4"
   }
 }