Skip to content

Commit bac3655

Browse files
update nextjs
1 parent eed653a commit bac3655

File tree

3 files changed

+492
-681
lines changed

3 files changed

+492
-681
lines changed

next.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)