Skip to content

Commit e5dbfdb

Browse files
fix: changelog href in navbar (#18)
1 parent d519848 commit e5dbfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vocs.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig({
4646
items: [
4747
{
4848
text: "Changelog",
49-
link: "/changelog",
49+
link: "/build/changelog",
5050
},
5151
],
5252
},

0 commit comments

Comments
 (0)