diff --git a/next.config.mjs b/next.config.mjs index fbd1a9b..97fdf27 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -11,10 +11,10 @@ const nextConfig = { images: { remotePatterns: [ { - protocol: 'https', - hostname: 's3.amazonaws.com', - port: '', - pathname: '**', + protocol: "https", + hostname: "s3.amazonaws.com", + port: "", + pathname: "**", }, ], },