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 a9b30d7 commit 1e6c9daCopy full SHA for 1e6c9da
docusaurus.config.js
@@ -1,7 +1,7 @@
1
/** @type {import('@docusaurus/types').DocusaurusConfig} */
2
3
-const math = require("remark-math");
4
-const katex = require("rehype-katex");
+const math = require("remark-math").default;
+const katex = require("rehype-katex").default;
5
6
module.exports = {
7
title: "Puffer Finance Docs",
0 commit comments