Skip to content

Commit b53e920

Browse files
committed
fix(config): correct formatting in pathTransformation settings for clarity
1 parent 50c9d94 commit b53e920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ const config: Config = {
267267
excludeImports: true,
268268
removeDuplicateHeadings: true,
269269
pathTransformation: {
270-
ignorePaths: ['docs'],
271-
}
270+
ignorePaths: ["docs"],
271+
},
272272
},
273273
],
274274
],

0 commit comments

Comments
 (0)