Skip to content

Commit 1e6c9da

Browse files
authored
fix plugins (#93)
* fix plugins * fix more plugins
1 parent a9b30d7 commit 1e6c9da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('@docusaurus/types').DocusaurusConfig} */
22

3-
const math = require("remark-math");
4-
const katex = require("rehype-katex");
3+
const math = require("remark-math").default;
4+
const katex = require("rehype-katex").default;
55

66
module.exports = {
77
title: "Puffer Finance Docs",

0 commit comments

Comments
 (0)