feat: optimize icon imports for smaller page downloads by enabling tree-shaking in the build process
This commit is contained in:
@@ -12,6 +12,9 @@ const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
// * Privacy-first: Disable analytics and telemetry
|
||||
productionBrowserSourceMaps: false,
|
||||
experimental: {
|
||||
optimizePackageImports: ['react-icons'],
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user