Skip to content

Commit 04df105

Browse files
author
Vikas Satpute
committed
recursive component pattern
1 parent a4bec52 commit 04df105

File tree

8 files changed

+1027
-10
lines changed

8 files changed

+1027
-10
lines changed

next.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
images: {
4+
domains: ['placehold.co']
5+
}
6+
};
37

48
export default nextConfig;

0 commit comments

Comments
 (0)