Skip to content

Commit ba27230

Browse files
committed
Done with HomePage UI
1 parent 5fa5bd1 commit ba27230

11 files changed

+958
-17
lines changed

next.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// next.config.js
2+
module.exports = {
3+
images: {
4+
domains: ["i.pinimg.com"],
5+
},
6+
// Other configurations if you have any
7+
};

0 commit comments

Comments
 (0)