You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by wa...@apache.org on 2022/12/26 02:33:50 UTC

[dolphinscheduler-website] branch master updated: [Feature] Changed the homepage. (#868)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 53bd10cd31 [Feature] Changed the homepage. (#868)
53bd10cd31 is described below

commit 53bd10cd313c8f6a9e546d9ce38954b706b0c965
Author: Amy0104 <wa...@apache.org>
AuthorDate: Mon Dec 26 10:33:44 2022 +0800

    [Feature] Changed the homepage. (#868)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2fba0eb6dd..e89c99a224 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "ds-home",
   "version": "0.1.0",
   "private": true,
-  "homepage": ".",
+  "homepage": "/",
   "scripts": {
     "dev": "react-scripts start",
     "build": "node ./scripts/generate && react-scripts build",