Initial Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
const withPlugins = require('next-compose-plugins')
|
||||
const withBundleAnalyzer = require('@next/bundle-analyzer')
|
||||
|
||||
module.exports = withPlugins(
|
||||
[withBundleAnalyzer({ enabled: process.env.ANALYZE === 'true' })],
|
||||
{
|
||||
reactStrictMode: false,
|
||||
swcMinify: true,
|
||||
images: {
|
||||
formats: ['image/avif', 'image/webp']
|
||||
}
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user