mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 10:51:20 +00:00
Add staging to image domains
This commit is contained in:
parent
69e1ac9463
commit
f87746c628
@ -3,7 +3,7 @@ const removeImports = require("next-remove-imports")();
|
||||
module.exports = removeImports({
|
||||
reactStrictMode: true,
|
||||
images: {
|
||||
domains: ['localhost', 'secure.gravatar.com'],
|
||||
domains: ['localhost', 'secure.gravatar.com', 'plebdevs-three.vercel.app'],
|
||||
},
|
||||
webpack(config, options) {
|
||||
return config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user