File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
{
8
8
"text" : " Config" ,
9
- "link" : " /config/ " ,
9
+ "link" : " /config" ,
10
10
"activeMatch" : " /config"
11
11
},
12
12
{
13
13
"text" : " ADR" ,
14
- "link" : " /adr/index " ,
14
+ "link" : " /adr" ,
15
15
"activeMatch" : " /adr"
16
16
},
17
17
{
18
18
"text" : " Blog" ,
19
- "link" : " /blog/index " ,
19
+ "link" : " /blog" ,
20
20
"activeMatch" : " /blog"
21
21
},
22
22
{
26
26
},
27
27
{
28
28
"text" : " Contribute" ,
29
- "link" : " /contribute/index " ,
29
+ "link" : " /contribute" ,
30
30
"activeMatch" : " /contribute"
31
31
}
32
32
]
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ export default defineConfig({
11
11
light : "/logo-long-light.png" ,
12
12
dark : "/logo-long-dark.png" ,
13
13
} ,
14
+ route : {
15
+ cleanUrls : true ,
16
+ } ,
14
17
themeConfig : {
15
18
outlineTitle : "Table of Contents" ,
16
19
lastUpdated : true ,
You can’t perform that action at this time.
0 commit comments