We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ba844 commit 0ce45f1Copy full SHA for 0ce45f1
website/rspress.config.ts
@@ -9,6 +9,9 @@ export default defineConfig({
9
title: 'React Native Enterprise Framework',
10
icon: '/rspress-icon.png',
11
outDir: 'build',
12
+ route: {
13
+ cleanUrls: true
14
+ },
15
// logo: {
16
// light: '/rspress-light-logo.png',
17
// dark: '/rspress-dark-logo.png',
0 commit comments