Skip to content

Commit aeb7f6b

Browse files
committed
refactor: Do not add .html extension to the URL
1 parent da27853 commit aeb7f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/documentation/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616

1717
description: "An open and modular toolchain to develop state-of-the-art applications based on the UI5 framework.",
1818
lastUpdated: false, // disable git author info
19-
cleanUrls: false,
19+
cleanUrls: true,
2020
ignoreDeadLinks: true,
2121

2222
vue: {

0 commit comments

Comments
 (0)