Skip to content

Commit

Permalink
fix: Remove optimization of images to see if images always load
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Feb 18, 2024
1 parent ded8955 commit df3387f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
unoptimized: true,
remotePatterns: [{
protocol: "https",
hostname: "armada-ais-files.s3.amazonaws.com",
Expand All @@ -12,9 +13,6 @@ const nextConfig = {
hostname: "s3.amazonaws.com",
port: "",
pathname: "**"
}, {
protocol: "https",
hostname: "**"
}]
},
}
Expand Down

0 comments on commit df3387f

Please sign in to comment.