Skip to content

Commit c0ab7b5

Browse files
committed
Fix wiki link.
1 parent 1457117 commit c0ab7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layout.shared.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export function baseOptions(locale: string, enableSearch = false): BaseLayoutPro
338338
},
339339
{
340340
text: t.wiki,
341-
url: `/${locale}/wiki`,
341+
url: `/${locale}/wiki/`,
342342
active: 'nested-url',
343343
},
344344
{

0 commit comments

Comments
 (0)