GPT-Researcher / frontend /nextjs /next.config.mjs
Shreyas094's picture
Upload 528 files
372531f verified
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
hostname: 'www.google.com',
},
],
},
};
export default nextConfig;