chore: update next config

This commit is contained in:
2026-05-28 12:11:08 -07:00
parent 0448b00079
commit 90b9b05608
+10
View File
@@ -14,6 +14,16 @@ const svgrOptions = {
}; };
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
// Allow next/image to load from LinkedIn's CDN
images: {
remotePatterns: [
{
protocol: "https",
hostname: "picsum.photos",
},
],
},
turbopack: { turbopack: {
rules: { rules: {
"*.svg": { "*.svg": {