diff --git a/next.config.ts b/next.config.ts index 2e8e868..1cc2ecc 100644 --- a/next.config.ts +++ b/next.config.ts @@ -14,6 +14,16 @@ const svgrOptions = { }; const nextConfig: NextConfig = { + // Allow next/image to load from LinkedIn's CDN + images: { + remotePatterns: [ + { + protocol: "https", + hostname: "picsum.photos", + }, + ], + }, + turbopack: { rules: { "*.svg": {