Skip to content

Commit 2e9560d

Browse files
committed
finished text
1 parent cd1254c commit 2e9560d

File tree

4 files changed

+643
-12
lines changed

4 files changed

+643
-12
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const withNextra = require("nextra")({
22
theme: "nextra-theme-docs",
33
themeConfig: "./theme.config.tsx",
4+
latex: true,
45
});
56

67
module.exports = {

0 commit comments

Comments
 (0)