From 47ae9273212e55cc29f5babe895f44e1761c9b2d Mon Sep 17 00:00:00 2001 From: Young-Ho Kim Date: Wed, 24 Jan 2024 12:36:01 +0900 Subject: [PATCH] Added output export. --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 9344e94..688fe2a 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', images: { loader: 'akamai', path: ""