From fb23cc832548e1572a34ffc9dc10d00ffb16ce81 Mon Sep 17 00:00:00 2001 From: void2610 Date: Tue, 17 Oct 2023 01:12:21 +0900 Subject: [PATCH] Update next.config.js --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index f7441cd..795cffd 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: "export", images: { unoptimized: true, // 画像の最適化を無効にする },