We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed653a commit bac3655Copy full SHA for bac3655
next.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ future: {
3
+ webpack5: true
4
+ },
5
+ images: {
6
+ domains: ['images.unsplash.com']
7
+ }
8
+};
0 commit comments