remove remote image config

This commit is contained in:
Matthias Kretschmann 2024-05-05 14:23:37 +01:00
parent b3fbdff342
commit 41889154c7
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

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