Skip to content

Commit bb1ed28

Browse files
committed
update: add rspress.config.ts route.cleanUrls=true in rspress.config.ts
1 parent a82f1a7 commit bb1ed28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rspress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export const config: UserConfig = {
2323
logo: "/logo.png",
2424
logoText: "Scripting",
2525
llms: true,
26+
route: {
27+
cleanUrls: true,
28+
},
2629
themeConfig: {
2730
socialLinks: [
2831
{

0 commit comments

Comments
 (0)