From b43f897f8818498cfc4c8295ebdacff8dd6f9041 Mon Sep 17 00:00:00 2001 From: dujie Date: Wed, 26 Jun 2024 10:55:17 +0800 Subject: [PATCH] [doc]update github url --- website/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/next.config.js b/website/next.config.js index da95475507..cef1efa6bc 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -18,7 +18,7 @@ if (isProd) { loader: 'imgix', domains: ['github.com'], basePath: '/chunjun', - path: 'https://zaoei.github.io/chunjun' + path: 'https://dtstack.github.io/chunjun' }; nextConfig.basePath = '/chunjun'; } else {