vision-agent / next.config.js
MingruiZhang's picture
init
3ba9c0c unverified
raw
history blame
241 Bytes
/** @type {import('next').NextConfig} */
module.exports = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'avatars.githubusercontent.com',
port: '',
pathname: '**'
}
]
}
}