Skip to content

Commit 4bed903

Browse files
committed
Enable "faster" build tools
1 parent 4ef6cfc commit 4bed903

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import type { Config } from '@docusaurus/types'
66
import type { Options as UmamiOptions } from '@dipakparmar/docusaurus-plugin-umami'
77

88
const config: Config = {
9+
future: {
10+
experimental_faster: true,
11+
},
912
presets: [
1013
[
1114
'@docusaurus/preset-classic',

0 commit comments

Comments
 (0)