Skip to content

Commit d852b4b

Browse files
authored
docs: fix styles on homepage (#483)
1 parent a0a54c8 commit d852b4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ module.exports = {
3131
githubHost: 'github.com',
3232
future: {
3333
experimental_faster: true,
34-
v4: true,
34+
v4: {
35+
removeLegacyPostBuildHeadAttribute: true,
36+
useCssCascadeLayers: false, // this breaks styles on homepage and link colors everywhere
37+
},
3538
},
3639
onBrokenLinks:
3740
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),

0 commit comments

Comments
 (0)