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,