Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit a05d493

Browse files
committed
feat: Enable clean URLs in VitePress configuration
1 parent 2ca6f34 commit a05d493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default async () => {
2828
nav: [{ text: "Table of Contents", link: "/SUMMARY.md" }],
2929
lastUpdated: {},
3030
},
31-
31+
cleanUrls: true,
3232
ignoreDeadLinks: true,
3333

3434
vite: {

0 commit comments

Comments
 (0)