Skip to content

Commit

Permalink
Update Next.js config
Browse files Browse the repository at this point in the history
  • Loading branch information
Emroni committed Jul 25, 2024
1 parent 1e3b4f8 commit f8be9ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 12 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
modularizeImports: {
'@mui/icons-material': {
transform: '@mui/icons-material/{{member}}',
},
},
output: 'standalone',
swcMinify: true,
}

module.exports = nextConfig
4 changes: 0 additions & 4 deletions next.config.mjs

This file was deleted.

0 comments on commit f8be9ba

Please sign in to comment.