Skip to content

Commit c44e3dd

Browse files
committed
update: enable codeBlocks in search configuration of rspress.config.ts
1 parent 003979b commit c44e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const config: UserConfig = {
1919
},
2020
search: {
2121
versioned: true,
22+
codeBlocks: true,
2223
},
2324
// base: "/doc_v2/",
2425
title: "Scripting",
@@ -29,7 +30,6 @@ export const config: UserConfig = {
2930
route: {
3031
cleanUrls: true,
3132
},
32-
3333
themeConfig: {
3434
socialLinks: [
3535
{

0 commit comments

Comments
 (0)