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, // 画像の最適化を無効にする },