Skip to content

Commit

Permalink
chore: implement faster build
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Dec 23, 2024
1 parent c54b6b4 commit d4645e3
Show file tree
Hide file tree
Showing 3 changed files with 1,449 additions and 1,264 deletions.
5 changes: 4 additions & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula
}
},
future: {
experimental_faster: true,
},
} satisfies Preset.ThemeConfig
};

Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/faster": "^3.6.3",
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/theme-classic": "^3.6.3",
"@docusaurus/tsconfig": "3.6.3",
Expand Down
Loading

0 comments on commit d4645e3

Please sign in to comment.