Perplexica / ui /next.config.mjs
Asman2010's picture
Upload 65 files
f5ed9bf verified
raw
history blame
214 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
hostname: 's2.googleusercontent.com',
},
],
},
};
export default nextConfig;