Skip to content

Commit e44c625

Browse files
committed
chore: format
1 parent 3d07bd5 commit e44c625

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

website/docusaurus.config.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ const { absoluteUrl } = config;
88

99
/** @type {Partial<import('@docusaurus/types').DocusaurusConfig>} */
1010
module.exports = {
11-
future: {
12-
experimental_faster: {
13-
swcJsLoader: true,
14-
swcJsMinimizer: true,
15-
swcHtmlMinimizer: true,
16-
lightningCssMinimizer: true,
17-
rspackBundler: true,
18-
mdxCrossCompilerCache: true,
19-
rspackPersistentCache: true,
20-
},
21-
v4: {
22-
removeLegacyPostBuildHeadAttribute: true,
23-
useCssCascadeLayers: false,
24-
},
11+
future: {
12+
experimental_faster: {
13+
swcJsLoader: true,
14+
swcJsMinimizer: true,
15+
swcHtmlMinimizer: true,
16+
lightningCssMinimizer: true,
17+
rspackBundler: true,
18+
mdxCrossCompilerCache: true,
19+
rspackPersistentCache: true,
2520
},
21+
v4: {
22+
removeLegacyPostBuildHeadAttribute: true,
23+
useCssCascadeLayers: false,
24+
},
25+
},
2626
title: 'API client for Python | Apify Documentation',
2727
url: absoluteUrl,
2828
baseUrl: '/api/client/python',

0 commit comments

Comments
 (0)