Skip to content

Commit

Permalink
Merge pull request #320 from Game-as-a-Service/feature/next-image-config
Browse files Browse the repository at this point in the history
fix: 🔧 unset image optimization
  • Loading branch information
JohnsonMao authored Sep 17, 2023
2 parents 58a31c9 + 2559f25 commit ea025a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const nextConfig = {
ignoreDuringBuilds: true,
},
images: {
domains: ["localhost", "images.unsplash.com"],
unoptimized: true,
},
webpack(config) {
config.module.rules.push({
Expand Down

0 comments on commit ea025a4

Please sign in to comment.