Skip to content

Commit b7a569e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const nextConfig = {
55
{
66
protocol: "https",
77
hostname: "java-users-rest-api-bucket.s3.us-east-1.amazonaws.com",
8-
port: "",
9-
pathname: "",
8+
pathname: "**",
109
},
1110
],
1211
},

0 commit comments

Comments
 (0)