We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dcfe6 commit b2f94b2Copy full SHA for b2f94b2
1 file changed
lib/source.ts
@@ -24,7 +24,6 @@ export const source = loader({
24
source: docs.toFumadocsSource(),
25
transformers: [
26
({ storage }) => {
27
- let count = 0;
28
for (const path of storage.getFiles()) {
29
const file = storage.read(path);
30
if (
@@ -37,7 +36,6 @@ export const source = loader({
37
36
38
// 强制覆盖 Fumadocs-MDX 预生成的 slugs
39
file.slugs = newSlugs;
40
- count++;
41
}
42
43
},
0 commit comments