DefendDaniel2 / next.config.js
rolexx's picture
wip
e49fcf4
raw
history blame contribute delete
257 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'ik.imagekit.io',
pathname: '/z0tzxea0wgx/**',
},
],
},
};
module.exports = nextConfig;