We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ea780 commit 1929574Copy full SHA for 1929574
rspress.config.ts
@@ -13,7 +13,7 @@ export default defineConfig({
13
logoText: "Scripting",
14
route: {
15
cleanUrls: true,
16
- exclude: ["**/*.tsx"],
+ extensions: [".md", ".mdx"],
17
},
18
search: {
19
codeBlocks: true,
0 commit comments