Update next.config.mjs
This commit is contained in:
@@ -13,7 +13,11 @@ const withNextra = nextra({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
export default withNextra()
|
export default withNextra({
|
||||||
|
experimental: {
|
||||||
|
// optimize memory usage: https://nextjs.org/docs/app/building-your-application/optimizing/memory-usage
|
||||||
|
webpackMemoryOptimizations: true,
|
||||||
|
},})
|
||||||
|
|
||||||
// If you have other Next.js configurations, you can pass them as the parameter:
|
// If you have other Next.js configurations, you can pass them as the parameter:
|
||||||
// export default withNextra({ /* other next.js config */ })
|
// export default withNextra({ /* other next.js config */ })
|
||||||
Reference in New Issue
Block a user