change var

This commit is contained in:
Zheyuan Wu
2025-07-10 14:55:56 -05:00
parent d64d10ef6d
commit da283e28cc
5 changed files with 24 additions and 14 deletions

View File

@@ -2,13 +2,7 @@ import nextra from 'nextra'
import withBundleAnalyzer from '@next/bundle-analyzer'
const withNextra = nextra({
latex: {
renderer: 'katex',
options: {
// suppress warnings from katex for `\\`
strict: false,
}
},
latex: true,
mdxOptions: {
format: 'detect'
},