We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a54c8 commit d852b4bCopy full SHA for d852b4b
website/docusaurus.config.js
@@ -31,7 +31,10 @@ module.exports = {
31
githubHost: 'github.com',
32
future: {
33
experimental_faster: true,
34
- v4: true,
+ v4: {
35
+ removeLegacyPostBuildHeadAttribute: true,
36
+ useCssCascadeLayers: false, // this breaks styles on homepage and link colors everywhere
37
+ },
38
},
39
onBrokenLinks:
40
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
0 commit comments