Skip to content

Commit

Permalink
Enable Docusaurus Faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Staudey committed Dec 9, 2024
1 parent b819cff commit dfeca59
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const config = {
locales: ["en"],
},

// Enable Docusaurus Faster
future: {
experimental_faster: true,
},

presets: [
[
"classic",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.2.0",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/plugin-ideal-image": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@emotion/react": "^11.11.1",
Expand Down
Loading

0 comments on commit dfeca59

Please sign in to comment.