Skip to content

Commit 0ce45f1

Browse files
docs: use clean urls (#238)
1 parent 00ba844 commit 0ce45f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/rspress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export default defineConfig({
99
title: 'React Native Enterprise Framework',
1010
icon: '/rspress-icon.png',
1111
outDir: 'build',
12+
route: {
13+
cleanUrls: true
14+
},
1215
// logo: {
1316
// light: '/rspress-light-logo.png',
1417
// dark: '/rspress-dark-logo.png',

0 commit comments

Comments
 (0)