/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
images: { | |
remotePatterns: [ | |
{ | |
protocol: 'https', | |
hostname: 'ik.imagekit.io', | |
pathname: '/z0tzxea0wgx/**', | |
}, | |
], | |
}, | |
}; | |
module.exports = nextConfig; |
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
images: { | |
remotePatterns: [ | |
{ | |
protocol: 'https', | |
hostname: 'ik.imagekit.io', | |
pathname: '/z0tzxea0wgx/**', | |
}, | |
], | |
}, | |
}; | |
module.exports = nextConfig; |