Skip to content

Commit cf3316e

Browse files
enhance: turn on experimental compiler for faster build timers
1 parent 360c209 commit cf3316e

File tree

3 files changed

+823
-0
lines changed

3 files changed

+823
-0
lines changed

crowdsec-docs/docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ const backportRedirect = (s) => {
4646

4747
/** @type {import('@docusaurus/types').DocusaurusConfig} */
4848
module.exports = {
49+
future: {
50+
experimental_faster: true,
51+
},
4952
title: "CrowdSec",
5053
tagline:
5154
"CrowdSec - Real-time & crowdsourced protection against aggressive IPs",

0 commit comments

Comments
 (0)