From 695d29415022a5b41f88dff3ee5df795a724d359 Mon Sep 17 00:00:00 2001 From: paulcjy Date: Sun, 30 Jun 2024 03:42:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20next.config.mjs=20=EC=BB=B4=EB=A7=88=20?= =?UTF-8?q?=EC=8B=A4=EC=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index d9aa63c..6feb14c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,7 +2,7 @@ import { withContentlayer } from 'next-contentlayer' /** @type {import('next').NextConfig} */ const nextConfig = { - basePath: '/daily-bible' + basePath: '/daily-bible', // output: 'export' };