Update deps
This commit is contained in:
parent
7688730e4f
commit
6663e8ed1e
24 changed files with 3587 additions and 2262 deletions
|
|
@ -1,6 +1,9 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
missingSuspenseWithCSRBailout: false,
|
||||
},
|
||||
modularizeImports: {
|
||||
"@mui/material": {
|
||||
transform: "@mui/material/{{member}}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue