mirror of
https://github.com/iconoir-icons/iconoir
synced 2026-03-15 22:35:46 +01:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
experimental: {
|
|
optimizePackageImports: ['iconoir-react'],
|
|
},
|
|
};
|
|
|
|
module.exports = nextConfig;
|