From 9e7107a771d1a187014705e1b7ccdaab355b69d8 Mon Sep 17 00:00:00 2001 From: Julien Delaigues <0xju@pm.me> Date: Tue, 14 May 2024 10:59:24 +0800 Subject: [PATCH] fix: lint --- next.config.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: "**", }, ], },