Skip to content

Commit 12eca6e

Browse files
authored
chore(document): remove type assertion and adjust markdown config (#1356)
1 parent 5105c23 commit 12eca6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/document/rspress.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
pluginSitemap({
1818
domain: siteUrl,
1919
}),
20-
pluginLlms() as any,
20+
pluginLlms(),
2121
pluginFontOpenSans(),
2222
pluginRss({
2323
siteUrl,
@@ -88,9 +88,7 @@ export default defineConfig({
8888
return `<meta property="og:image" content="https://assets.rspack.rs/rsdoctor/${getOgImage()}">`;
8989
},
9090
],
91-
markdown: {
92-
checkDeadLinks: true,
93-
},
91+
markdown: {},
9492
ssg: false,
9593
route: {
9694
cleanUrls: true,

0 commit comments

Comments
 (0)