Skip to content

Instantly share code, notes, and snippets.

@lucatsf
Created February 19, 2022 02:30
Show Gist options
  • Save lucatsf/500f1f5808ed2174a9deac4ca1898c98 to your computer and use it in GitHub Desktop.
Save lucatsf/500f1f5808ed2174a9deac4ca1898c98 to your computer and use it in GitHub Desktop.
Error: Invalid src prop on `next/image`, hostname
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig
module.exports = {
images: {
domains: ['enter the domain of your image'],
formats: ['image/avif', 'image/webp'],
},
}
//if you need several domains, enter them in the array with commas
//domains: ['github.com', 'vercel.com', 'google.com'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment