Skip to content

Commit 395ec58

Browse files
committed
docs(config): remove .html suffix
1 parent 8a5def9 commit 395ec58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/rspress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ export default defineConfig({
4949
},
5050
},
5151
globalStyles: path.resolve(__dirname, "./docs/tailwind.css"),
52+
route: {
53+
cleanUrls: true,
54+
},
5255
mediumZoom: {
5356
selector: ".rspress-doc",
5457
},

0 commit comments

Comments
 (0)