Skip to content

Commit

Permalink
added dependencies 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeSinLiang committed Mar 31, 2024
1 parent 233e94f commit 3e4bfc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ const nextConfig = {
{
protocol: "http",
hostname: "localhost",
port: '3000',
pathname: "**",
},
{
protocol: "https",
hostname: "https://arbour-io.onrender.com",
},
],
}
},
};

module.exports = nextConfig;
module.exports = nextConfig;

0 comments on commit 3e4bfc6

Please sign in to comment.