This commit is contained in:
Trance-0
2025-02-18 13:10:08 -06:00
parent 271424a25b
commit 2090e12d7f
3 changed files with 9922 additions and 9779 deletions

View File

@@ -5,15 +5,20 @@ const withNextra = nextra({
themeConfig: './theme.config.jsx',
latex: {
renderer: 'katex',
// options: {
// macros: {
// '\\RR': '\\mathbb{R}'
// }
// }
options: {
// suppress warnings from katex for `\\`
strict: false,
// macros: {
// '\\RR': '\\mathbb{R}'
// }
}
}
})
export default withNextra({
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
// optimize memory usage: https://nextjs.org/docs/app/building-your-application/optimizing/memory-usage
webpackMemoryOptimizations: true,