Remove port

This commit is contained in:
Lee 2022-11-19 10:45:04 +00:00
parent 6a81b0c781
commit 94ad699533
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121

@ -31,7 +31,6 @@ const nextConfig = {
{
protocol: imageUrlParts[0],
hostname: imageUrlParts[1].split(":")[0],
port: "443",
pathname: "/api/files/**",
},
],