Skip to content

Commit

Permalink
test: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Nov 16, 2024
1 parent 800211c commit 76d1e7d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,16 @@ const config = {
defaultLocale: "en",
locales: ["en"],
},
// future: {
// experimental_faster: true,
// },
future: {
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: false,
rspackBundler: false,
mdxCrossCompilerCache: false,
},
},
headTags: [
{
tagName: "link",
Expand Down

0 comments on commit 76d1e7d

Please sign in to comment.