Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 18, 2024
1 parent dbc9889 commit 9594e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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",
Expand Down

0 comments on commit 9594e09

Please sign in to comment.