import type { NextConfig } from "next"; const nextConfig: NextConfig = { images: { localPatterns: [{ pathname: "/api/blob" }], remotePatterns: [new URL("https://cdn.bsky.app/img/**")] } }; export default nextConfig;