Skip to content

Commit 1f5b60a

Browse files
committed
fix: ドキュメントのルートパスの末尾スラッシュを統一
1 parent 39b485e commit 1f5b60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ fn group_page(
666666
});
667667

668668
let model = PageModel {
669-
route: eco_format!("{parent}{}", group.name),
669+
route: eco_format!("{parent}{}/", group.name),
670670
title: group.title.clone(),
671671
description: eco_format!("Documentation for the {} functions.", group.name),
672672
part: None,

0 commit comments

Comments
 (0)