Skip to content

Commit e04d00e

Browse files
committed
chore: revert attempts at fixing docs that did not work
1 parent d1dd6b5 commit e04d00e

File tree

4 files changed

+3033
-227
lines changed

4 files changed

+3033
-227
lines changed

docusaurus.config.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -250,21 +250,21 @@ module.exports = {
250250
},
251251
},
252252
],
253-
// () => ({
254-
// name: 'webpack-loader-fix',
255-
// configureWebpack() {
256-
// return {
257-
// module: {
258-
// rules: [
259-
// {
260-
// test: /apify-docs\/examples\//i,
261-
// type: 'asset/source',
262-
// },
263-
// ],
264-
// },
265-
// };
266-
// },
267-
// }),
253+
() => ({
254+
name: 'webpack-loader-fix',
255+
configureWebpack() {
256+
return {
257+
module: {
258+
rules: [
259+
{
260+
test: /apify-docs\/examples\//i,
261+
type: 'asset/source',
262+
},
263+
],
264+
},
265+
};
266+
},
267+
}),
268268
// TODO this should be somehow computed from all the external sources
269269
// [
270270
// '@docusaurus/plugin-client-redirects',

0 commit comments

Comments
 (0)