From 90b9b056086a83c0064229b60bf1344ec4693fea Mon Sep 17 00:00:00 2001 From: donny Date: Thu, 28 May 2026 12:11:08 -0700 Subject: [PATCH] chore: update next config --- next.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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": {