Skip to content

Commit

Permalink
images/future is no longer experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
benphelps committed Sep 12, 2022
1 parent 92a4ad0 commit a5d59e7
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 @@ -3,9 +3,9 @@ const nextConfig = {
reactStrictMode: true,
output: "standalone",
swcMinify: false,
experimental: { images: { allowFutureImage: true, unoptimized: true } },
images: {
domains: ["cdn.jsdelivr.net"],
unoptimized: true,
},
};

Expand Down

0 comments on commit a5d59e7

Please sign in to comment.