Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7u committed May 14, 2024
1 parent e07a9c0 commit 9e7107a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 's3.amazonaws.com',
port: '',
pathname: '**',
protocol: "https",
hostname: "s3.amazonaws.com",
port: "",
pathname: "**",
},
],
},
Expand Down

0 comments on commit 9e7107a

Please sign in to comment.