Skip to content

Commit

Permalink
feat: disable nextjs image optimization by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrsxx committed Nov 26, 2023
1 parent 326dd1f commit c6bf6fb
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 142 deletions.
6 changes: 1 addition & 5 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: [
'localhost',
'lh3.googleusercontent.com',
'firebasestorage.googleapis.com'
]
unoptimized: true
}
};

Expand Down
Loading

1 comment on commit c6bf6fb

@vercel
Copy link

@vercel vercel bot commented on c6bf6fb Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

twitter-clone – ./

twitter-clone-chi-gold.vercel.app
twitter-clone-git-main-ccrsxx.vercel.app
twitter-clone-ccrsxx.vercel.app

Please sign in to comment.