Skip to content

Commit 5153fdf

Browse files
committed
fix: add trailing slashes to DeerFolia and DeerFoliaPlus links for consistency
1 parent bfe21ce commit 5153fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/.vuepress/notes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const amusing = defineNoteConfig(
1111
const coreDeerFolia = defineNoteConfig(
1212
{
1313
dir: 'core/DeerFolia',
14-
link: '/core/DeerFolia',
14+
link: '/core/DeerFolia/',
1515
sidebar: 'auto',
1616
}
1717
)
1818

1919
const coreDeerFoliaPlus = defineNoteConfig(
2020
{
2121
dir: 'core/DeerFoliaPlus',
22-
link: '/core/DeerFoliaPlus',
22+
link: '/core/DeerFoliaPlus/',
2323
sidebar: 'auto',
2424
}
2525
)

0 commit comments

Comments
 (0)