diff --git a/next.config.mjs b/next.config.mjs index 7b6dbfe..aef22a4 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,14 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - images: { - remotePatterns: [ - { - protocol: 'https', - hostname: 'tokens.1inch.io', - pathname: '/**' - } - ] - }, webpack: (config) => { config.module.rules.push({ test: /\.md$/,