summaryrefslogtreecommitdiffstats
path: root/docusaurus/wolfree.config.js
blob: d2c4ef3a45ddf9dd385c626ab9e4df74a385d521 (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: AGPL-3.0-or-later */

// dependents:
// ../rust/wolfree_patch_libredirect/src/main.rs
/** @type { { config: { libredirect: false } } } */
module.exports = { config: { libredirect: false } };