We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f059d55 commit bc9287aCopy full SHA for bc9287a
1 file changed
docs/docusaurus.config.js
@@ -23,9 +23,6 @@ const config = {
23
organizationName: "THM-Health", // Usually your GitHub org/user name.
24
projectName: "PILOS", // Usually your repo name.
25
26
- onBrokenLinks: "throw",
27
- onBrokenMarkdownLinks: "warn",
28
-
29
// Even if you don't use internationalization, you can use this field to set
30
// useful metadata like html lang. For example, if your site is Chinese, you
31
// may want to replace "en" with "zh-Hans".
@@ -61,7 +58,13 @@ const config = {
61
58
],
62
59
63
60
future: {
64
- experimental_faster: true,
+ v4: {
+ removeLegacyPostBuildHeadAttribute: true,
+ useCssCascadeLayers: true,
+ },
65
+ experimental_faster: {
66
+ ssgWorkerThreads: true,
67
68
},
69
70
themeConfig:
0 commit comments