Skip to content

Commit

Permalink
feat: add peerlist and product launch badge on home page (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakjdev authored May 20, 2024
1 parent 2dd200c commit 1676190
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/wapijs.co/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ const nextConfig = {
removeConsole: process.env.NODE_ENV === 'production'
},
images: {
dangerouslyAllowSVG: true,
remotePatterns: [
{
hostname: 'res.cloudinary.com'
},
{
hostname: 'www.producthunt.com'
},
{
hostname: 'api.producthunt.com'
}
]
}
Expand Down
Loading

0 comments on commit 1676190

Please sign in to comment.