File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,17 @@ const config = {
6158 ] ,
6259
6360 future : {
64- experimental_faster : true ,
61+ v4 : {
62+ removeLegacyPostBuildHeadAttribute : true ,
63+ useCssCascadeLayers : true ,
64+ } ,
65+ experimental_faster : {
66+ swcJsLoader : true ,
67+ swcJsMinimizer : true ,
68+ swcHtmlMinimizer : true ,
69+ lightningCssMinimizer : true ,
70+ ssgWorkerThreads : true ,
71+ } ,
6572 } ,
6673
6774 themeConfig :
You can’t perform that action at this time.
0 commit comments