Skip to content

Commit 92e04e3

Browse files
chore: turn off some v4 opts due to problems
1 parent 493549f commit 92e04e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

crowdsec-docs/docusaurus.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ const backportRedirect = (s) => {
4747
/** @type {import('@docusaurus/types').DocusaurusConfig} */
4848
module.exports = {
4949
future: {
50-
v4: true,
50+
v4: {
51+
removeLegacyPostBuildHeadAttribute: true,
52+
},
53+
experimental_faster: true,
5154
},
5255
title: "CrowdSec",
5356
tagline:

crowdsec-docs/src/css/custom.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
12
@tailwind base;
23
@tailwind components;
34
@tailwind utilities;
45

5-
6-
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
7-
86
/* stylelint-disable docusaurus/copyright-header */
97
/**
108
* Any CSS included here will be global. The classic template

0 commit comments

Comments
 (0)