Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Dec 18, 2024
1 parent 0be4c91 commit 4277e97
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 20 deletions.
3 changes: 3 additions & 0 deletions docusaurus/website/docusaurus.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export const generalConfig: Config = {
defaultLocale: 'en',
locales: ['en'],
},
future: {
experimental_faster: true,
},
};

export const plugins = [
Expand Down
1 change: 1 addition & 0 deletions docusaurus/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/faster": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"raw-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 4277e97

Please sign in to comment.