From 1b6227d22d56cd466a20d94d93984f4bee84f29f Mon Sep 17 00:00:00 2001 From: storywithoutend Date: Mon, 23 Oct 2023 20:27:57 +0800 Subject: [PATCH] update next.config.js to use next/image in static build --- docs/next.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/next.config.js b/docs/next.config.js index 4225ac2b..653b1230 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -90,6 +90,9 @@ const config = { compiler: { styledComponents: true, }, + images: { + unoptimized: true, + } } /** @type {import('next').NextConfig} */