Panno-AI-API / next.config.ts
GitHub Actions Bot
Sync: Thu Feb 12 07:00:42 UTC 2026
dce7eca
raw
history blame contribute delete
231 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
domains: ["lh3.googleusercontent.com"], // For Google profile pics
},
};
export default nextConfig;