This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch refactor/next-2 in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit 62dd11d1059e967349b12d5c970f9edc59430f80 Author: chickenlj <[email protected]> AuthorDate: Wed Feb 22 11:22:58 2023 +0800 update config --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 29336c6cb0..0cd8ba3935 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://dubbo.apache.org/" +baseURL = "http://static.dubbo.apache.org:8080/" languageCode = "en-us" title = "Apache Dubbo" theme = ["github.com/google/docsy", "github.com/google/docsy/dependencies"]
