Skip to content

Commit 90a0d36

Browse files
committed
refactor: next.config.mjs
1 parent 651dd68 commit 90a0d36

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

next.config.mjs

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {};
2+
const nextConfig = {
3+
images: {
4+
remotePatterns: [
5+
{
6+
protocol: "https",
7+
hostname: "java-users-rest-api-bucket.s3.us-east-1.amazonaws.com",
8+
port: "",
9+
pathname: "",
10+
},
11+
],
12+
},
13+
};
314

415
export default nextConfig;

0 commit comments

Comments
 (0)