Skip to content

Commit 9684786

Browse files
authored
[version-4-4] chore: backport/version-4-4/pr-7502 (#7549)
* [version-4-4] chore: backport/version-4-4/pr-7502 * ci: adding missing robots.txt or updating noindex in docusaurus.config.js --------- Co-authored-by: achuribooks <182707758+achuribooks@users.noreply.github.com>
1 parent 43433df commit 9684786

File tree

3 files changed

+2155
-2426
lines changed

3 files changed

+2155
-2426
lines changed

docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,20 @@ const config = {
119119
locales: ["en"],
120120
},
121121
future: {
122+
v4: {
123+
removeLegacyPostBuildHeadAttribute: true,
124+
useCssCascadeLayers: true, // Slightly decreases padding of admonitions when set to `true`.
125+
},
122126
experimental_faster: {
127+
ssgWorkerThreads: false,
128+
// Set to 'false' as Netlify builds fail with this enabled.
123129
swcJsLoader: false,
124130
// Set to 'false' as Netlify builds fail with this enabled.
125131
swcJsMinimizer: true,
126132
swcHtmlMinimizer: true,
127133
lightningCssMinimizer: true,
128134
rspackBundler: true,
135+
rspackPersistentCache: true,
129136
mdxCrossCompilerCache: true,
130137
},
131138
},

0 commit comments

Comments
 (0)