From 9594e095c3a3a7767a54c1adf98d662f0087c609 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Tue, 18 Jun 2024 13:28:22 +0800 Subject: [PATCH] fix: config --- docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index d55887b5..9a37a91d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -10,15 +10,15 @@ const config: Config = { trailingSlash: true, // Set the production url of your site here - url: "https://docs-cms.aelf.dev", + url: "https://docs.aelf.dev", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: "yongenaelf", // Usually your GitHub org/user name. - projectName: "aelf-docs-cms", // Usually your repo name. + organizationName: "AElfProject", // Usually your GitHub org/user name. + projectName: "aelf-docs", // Usually your repo name. onBrokenLinks: "warn", onBrokenMarkdownLinks: "warn",