Skip to content

Commit 592fadb

Browse files
authored
Fix search function (#181)
1 parent dc08e28 commit 592fadb

File tree

3 files changed

+3228
-563
lines changed

3 files changed

+3228
-563
lines changed

next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const withNextra = require("nextra")({
22
theme: "nextra-theme-docs",
33
themeConfig: "./theme.config.tsx",
4-
latex: true,
54
});
65

76
// Use this array as a shorter way to specify redirect URLs so we can write down a lot of them.

0 commit comments

Comments
 (0)