mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-21 15:05:04 +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({
|
module.exports = removeImports({
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
images: {
|
images: {
|
||||||
domains: ['localhost', 'secure.gravatar.com'],
|
domains: ['localhost', 'secure.gravatar.com', 'plebdevs-three.vercel.app'],
|
||||||
},
|
},
|
||||||
webpack(config, options) {
|
webpack(config, options) {
|
||||||
return config;
|
return config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user