Skip to content

Commit

Permalink
test docusaurus faster; it works in local
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidr committed Nov 5, 2024
1 parent 24d993c commit 820b7be
Show file tree
Hide file tree
Showing 3 changed files with 1,271 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ const config = {
},
themes: ['@docusaurus/theme-mermaid'],
stylesheets: ['https://use.fontawesome.com/releases/v6.4.0/css/svg-with-js.css'],

// enable docusaurus faster
future: {
experimental_faster: true,
},
};

module.exports = config;
Loading

0 comments on commit 820b7be

Please sign in to comment.