Skip to content

Commit 1676190

Browse files
authored
feat: add peerlist and product launch badge on home page (#32)
1 parent 2dd200c commit 1676190

3 files changed

Lines changed: 79 additions & 0 deletions

File tree

apps/wapijs.co/next.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ const nextConfig = {
55
removeConsole: process.env.NODE_ENV === 'production'
66
},
77
images: {
8+
dangerouslyAllowSVG: true,
89
remotePatterns: [
910
{
1011
hostname: 'res.cloudinary.com'
12+
},
13+
{
14+
hostname: 'www.producthunt.com'
15+
},
16+
{
17+
hostname: 'api.producthunt.com'
1118
}
1219
]
1320
}

0 commit comments

Comments
 (0)