remove experimental tag again

This commit is contained in:
Ben Phelps 2022-09-13 12:07:20 +03:00
parent 25f0672c18
commit 945ed854a4

View File

@ -7,7 +7,6 @@ const nextConfig = {
domains: ["cdn.jsdelivr.net"],
unoptimized: true,
},
experimental: { images: { allowFutureImage: true } }
};
module.exports = nextConfig;