Skip to content

Commit f5fbca0

Browse files
committed
🏗️ build: enable external images with domains
1 parent 17c0109 commit f5fbca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

next.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
images: {
3+
domains: ["storage.googleapis.com"],
4+
},
5+
};

0 commit comments

Comments
 (0)