Skip to content

Commit f0e614b

Browse files
committed
Update
1 parent b07efbd commit f0e614b

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

docs/docs/apps/hello-world.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Hello world!
2+
3+
## Start
4+
5+
Write something to build your own docs! 🎁

docs/rspress.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export default defineConfig({
1010
light: '/rspress-light-logo.png',
1111
dark: '/rspress-dark-logo.png',
1212
},
13+
route: {
14+
cleanUrls: true
15+
},
1316
themeConfig: {
1417
socialLinks: [
1518
{

0 commit comments

Comments
 (0)