We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d54d07 commit b129656Copy full SHA for b129656
website/docusaurus.config.js
@@ -36,9 +36,7 @@ module.exports = {
36
projectName: 'apify-sdk-python',
37
scripts: ['/js/custom.js'],
38
favicon: 'img/favicon.ico',
39
- scripts: [
40
- ...config.scripts ?? [],
41
- ],
+ scripts: [...(config.scripts ?? [])],
42
githubHost: 'github.com',
43
future: {
44
experimental_faster: {
@@ -274,6 +272,6 @@ module.exports = {
274
272
},
275
273
staticDirectories: ['node_modules/@apify/docs-theme/static', 'static'],
276
customFields: {
277
- ...config.customFields ?? [],
+ ...(config.customFields ?? []),
278
279
};
0 commit comments