Skip to content

Commit 1611d1e

Browse files
committed
chore: bump Docusaurus to 3.7.0, use @docusaurus/faster
1 parent 23ee848 commit 1611d1e

File tree

4 files changed

+1587
-12
lines changed

4 files changed

+1587
-12
lines changed

website/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ module.exports = {
2929
scripts: ['/js/custom.js'],
3030
favicon: 'img/favicon.ico',
3131
githubHost: 'github.com',
32+
future: {
33+
experimental_faster: true,
34+
},
3235
onBrokenLinks:
3336
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
3437
onBrokenMarkdownLinks:

0 commit comments

Comments
 (0)