Skip to content

Commit 003979b

Browse files
committed
update: add search configuration to rspress.config.ts
1 parent 40236f3 commit 003979b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rspress.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export const config: UserConfig = {
1717
default: "App Store",
1818
versions: ["App Store", "TestFlight"],
1919
},
20+
search: {
21+
versioned: true,
22+
},
2023
// base: "/doc_v2/",
2124
title: "Scripting",
2225
icon: "/icon.png",
@@ -26,6 +29,7 @@ export const config: UserConfig = {
2629
route: {
2730
cleanUrls: true,
2831
},
32+
2933
themeConfig: {
3034
socialLinks: [
3135
{

0 commit comments

Comments
 (0)