diff --git a/next.config.js b/next.config.js index dbfcaa9..ecca4a2 100644 --- a/next.config.js +++ b/next.config.js @@ -23,14 +23,6 @@ function buildRemotePatterns() { module.exports = (withPWA({ turbopack: {}, - webpack: config => { - config.module.rules.push({ - test: /\.svg$/, - use: ['@svgr/webpack', 'url-loader'], - }) - - return config - }, images: { remotePatterns: buildRemotePatterns() }