Skip to content

Commit

Permalink
change docusaurus config for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
otani88 committed Feb 8, 2024
1 parent bb5d2a6 commit e7bbf7f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/testing-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ const config = {
favicon: 'img/favicon.ico',

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

// 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: 'matter-labs', // Usually your GitHub org/user name.
projectName: 'be-test-docs', // Usually your repo name.
deploymentBranch: 'main',
trailingSlash: false,

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

0 comments on commit e7bbf7f

Please sign in to comment.