Skip to content

Commit b2c04a8

Browse files
committed
chore: enable llms plugin
1 parent f45e587 commit b2c04a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/doom/src/cli/load-config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ const getCommonConfig = async ({
353353
ssg: {
354354
experimentalWorker: true,
355355
},
356-
// https://github.com/web-infra-dev/rspress/issues/2894
357-
// llms: true,
356+
llms: true,
358357
}
359358
}
360359

0 commit comments

Comments
 (0)