Fixing next/image` Un-configured Host error while uploading images (#1254)
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
This commit is contained in:
parent
31e02e935e
commit
fd446d14be
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ const nextConfig: NextConfig = {
|
|||
{
|
||||
hostname: "avatar.vercel.sh",
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
//https://nextjs.org/docs/messages/next-image-unconfigured-host
|
||||
hostname: "*.public.blob.vercel-storage.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue