Skip to content

Commit 92226f8

Browse files
committed
feat: use @docusaurus/faster and openapi-docs canary
1 parent f17bca4 commit 92226f8

File tree

4 files changed

+915
-150
lines changed

4 files changed

+915
-150
lines changed

docusaurus.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ module.exports = {
1414
organizationName: 'apify',
1515
projectName: 'apify-docs',
1616
scripts: ['/js/custom.js'],
17+
future: {
18+
experimental_faster: true,
19+
},
1720
headTags: [
1821
{
1922
tagName: 'link',
@@ -203,6 +206,10 @@ module.exports = {
203206
},
204207
loader: 'babel-loader',
205208
},
209+
{
210+
test: /apify-docs\/examples\//i,
211+
type: 'asset/source',
212+
},
206213
],
207214
},
208215
};

0 commit comments

Comments
 (0)