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 e86daf9 commit 6210db3Copy full SHA for 6210db3
website/docusaurus.config.js
@@ -1,6 +1,6 @@
1
const fs = require('fs');
2
const path = require('path');
3
-const parseYaml = require("js-yaml").safeLoad;
+const parseYaml = require("js-yaml").load;
4
5
const loadYaml = relativePath => parseYaml(fs.readFileSync(path.join(__dirname, relativePath), "utf8"));
6
0 commit comments