Skip to content

Commit

Permalink
refactor: Disable issue banner in Docusaurus config
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Dec 21, 2023
1 parent 88784ab commit d354cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ssg/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const config: Config = {
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",

baseUrlIssueBanner: false,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "MixinNetwork", // Usually your GitHub org/user name.
Expand Down

0 comments on commit d354cb2

Please sign in to comment.