diff --git a/docusaurus.config.js b/docusaurus.config.js index 352eb01f..af8ccd93 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -11,15 +11,15 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://postyizhan.github.io', + url: 'https://yizhan.gitlab.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/Wiki-Template/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'postyizhan', // Usually your GitHub org/user name. - projectName: 'Wiki-Template', // Usually your repo name. + projectName: 'yizhan', // Usually your repo name. deploymentBranch: 'gh-pages', trailingSlash: false,