Skip to content

Commit fa07c87

Browse files
committed
chore: fix webpack-loader-fix matcher
1 parent e04d00e commit fa07c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ module.exports = {
257257
module: {
258258
rules: [
259259
{
260-
test: /apify-docs\/examples\//i,
260+
test: /examples\//i,
261261
type: 'asset/source',
262262
},
263263
],

0 commit comments

Comments
 (0)