Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Nov 14, 2024
1 parent aaa0675 commit 313e8be
Show file tree
Hide file tree
Showing 3 changed files with 736 additions and 20 deletions.
3 changes: 3 additions & 0 deletions docusaurus/website/docusaurus.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ const generalConfig = {
defaultLocale: 'en',
locales: ['en'],
},
future: {
experimental_faster: true,
},
};

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.5.2",
"@docusaurus/module-type-aliases": "^3.6.0",
"@docusaurus/tsconfig": "^3.6.0",
"raw-loader": "^4.0.2",
Expand Down
Loading

0 comments on commit 313e8be

Please sign in to comment.