remove sharp dep, switch to next/future/image

also disable image optimization, as its not needed in our use case
This commit is contained in:
Ben Phelps 2022-08-25 14:32:53 +03:00
parent c90f781650
commit 7de1430af6
4 changed files with 6 additions and 155 deletions

View file

@ -3,6 +3,7 @@ const nextConfig = {
reactStrictMode: true,
output: "standalone",
swcMinify: true,
experimental: { images: { allowFutureImage: true, unoptimized: true } },
images: {
domains: ["cdn.jsdelivr.net"],
},