Skip to content

Instantly share code, notes, and snippets.

@igorasilveira
Created February 19, 2022 09:34
Show Gist options
  • Save igorasilveira/8302bd66964a01a25b912bd53cf5ac87 to your computer and use it in GitHub Desktop.
Save igorasilveira/8302bd66964a01a25b912bd53cf5ac87 to your computer and use it in GitHub Desktop.
Nextjs config
const nextConfig = {
reactStrictMode: true,
images: {
domains: [
"loremflickr.com" // <- added this
]
}
}
module.exports = nextConfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment