Spaces:
Running
Running
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| /* config options here */ | |
| images: { | |
| domains: ["lh3.googleusercontent.com"], // For Google profile pics | |
| }, | |
| }; | |
| export default nextConfig; | |