1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-23 14:25:19 +01:00

images/future is no longer experimental

This commit is contained in:
Ben Phelps 2022-09-12 14:30:57 +03:00
parent 92a4ad0c5e
commit a5d59e7e45

@ -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,
},
};