From 41889154c7af943ab7b38f6378d0da63ebf80c87 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 5 May 2024 14:23:37 +0100 Subject: [PATCH] remove remote image config --- next.config.mjs | 9 --------- 1 file changed, 9 deletions(-) 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$/,