Skip to content

Commit

Permalink
configure docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 19, 2024
1 parent 55b05ac commit e828c12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ const config: Config = {
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://your-docusaurus-site.example.com',
url: 'https://spaceacc.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
trailingSlash: false,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'spaceacc', // Usually your GitHub org/user name.
projectName: 'spaceacc.github.io', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit e828c12

Please sign in to comment.