This commit is contained in:
Zheyuan Wu
2025-02-21 22:32:01 -06:00
parent f5eab8d6c2
commit 16bc25b0bc
6 changed files with 308 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ const withNextra = nextra({
renderer: 'katex',
options: {
// suppress warnings from katex for `\\`
strict: false,
// strict: false,
// macros: {
// '\\RR': '\\mathbb{R}'
// }
@@ -17,9 +17,9 @@ const withNextra = nextra({
export default withNextra({
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
},
// eslint: {
// ignoreDuringBuilds: true,
// },
experimental: {
// optimize memory usage: https://nextjs.org/docs/app/building-your-application/optimizing/memory-usage
webpackMemoryOptimizations: true,