Skip to content

Commit bc9287a

Browse files
committed
Docs: Fix docusaurus CI
1 parent f059d55 commit bc9287a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/docusaurus.config.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ const config = {
2323
organizationName: "THM-Health", // Usually your GitHub org/user name.
2424
projectName: "PILOS", // Usually your repo name.
2525

26-
onBrokenLinks: "throw",
27-
onBrokenMarkdownLinks: "warn",
28-
2926
// Even if you don't use internationalization, you can use this field to set
3027
// useful metadata like html lang. For example, if your site is Chinese, you
3128
// may want to replace "en" with "zh-Hans".
@@ -61,7 +58,13 @@ const config = {
6158
],
6259

6360
future: {
64-
experimental_faster: true,
61+
v4: {
62+
removeLegacyPostBuildHeadAttribute: true,
63+
useCssCascadeLayers: true,
64+
},
65+
experimental_faster: {
66+
ssgWorkerThreads: true,
67+
},
6568
},
6669

6770
themeConfig:

0 commit comments

Comments
 (0)