Fixing next/image` Un-configured Host error while uploading images (#1254)

Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
This commit is contained in:
Leyo 2025-11-01 01:15:51 +01:00 committed by GitHub
parent 31e02e935e
commit fd446d14be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,11 @@ const nextConfig: NextConfig = {
{ {
hostname: "avatar.vercel.sh", hostname: "avatar.vercel.sh",
}, },
{
protocol: "https",
//https://nextjs.org/docs/messages/next-image-unconfigured-host
hostname: "*.public.blob.vercel-storage.com",
},
], ],
}, },
}; };