From 6bacdbca52d20a83aaae42953728d6b7cd942c5c Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Fri, 9 Dec 2022 13:30:46 +0100 Subject: [PATCH] chore: remove image.unoptimized: true since site is no longer deployed in SSG mode --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index 68b5524..df4787e 100644 --- a/next.config.js +++ b/next.config.js @@ -1,8 +1,5 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - images: { - unoptimized: true, - }, reactStrictMode: true, swcMinify: true, experimental: {