From fc1b94ff89df572324471f3e73af1e74c8d4d986 Mon Sep 17 00:00:00 2001 From: paulcjy Date: Sun, 30 Jun 2024 03:04:34 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20next.config.mjs=EC=97=90=20output:=20ex?= =?UTF-8?q?port=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 920fd78..264634e 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,8 @@ import { withContentlayer } from 'next-contentlayer' /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + // output: 'export' +}; export default withContentlayer(nextConfig) \ No newline at end of file