From a75c47a7343ad61276baad81293f3a04081b295e Mon Sep 17 00:00:00 2001 From: duanmengkk Date: Wed, 4 Sep 2024 16:58:43 +0800 Subject: [PATCH] fix bug Signed-off-by: duanmengkk --- OWNERS | 2 ++ docusaurus.config.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/OWNERS b/OWNERS index 00b8895..c81431e 100644 --- a/OWNERS +++ b/OWNERS @@ -1,6 +1,8 @@ approvers: - ONE7live - xiaomihuylx + - duanmengkk reviewers: - ONE7live - xiaomihuylx + - duanmengkk diff --git a/docusaurus.config.js b/docusaurus.config.js index d0d3086..e49ccdb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,12 +14,12 @@ const config = { // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/website/", + baseUrl: "/kosmos-website/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: "kosmos", // Usually your GitHub org/user name. - projectName: "website", // Usually your repo name. + projectName: "kosmos-website", // Usually your repo name. deploymentBranch: "gh-pages", trailingSlash: false,